Creates a new machine to machine (M2M) integrator.

Sample Request:

POST v1/integrators
{
    "integratorName": "TestM2M",
    "features": [
        {
            "featureId": "user-admin",
            "permissionLevel": 60
         }
    ]
}

📘

The rate limit for this API is small.

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!