Management API Protocol¶
The Management API is a REST based protocol. All inbound REST calls must contain the header apiToken and must use the POST method as all requests contain a payload.
Any requests that do not contain an apiToken or contain an invalid apiToken receive an http status 403 forbidden response.
Any requests that do not use the POST method, receive an http status 404 not found response.
Any requests that result in missing required fields result in an http status 400 bad request response.