Management API
Making API Requests
1min
All API calls are made to an API REST server, using GET, POST, PATCH or DELETE requests, depending on the API.
Body of each request, if any, should be plaintext, containing a valid JSON.
Each request needs to have a proper Management API Authorization header.
All APIs should be used in their /api/v1/ version.
Updated 15 Sep 2023
Did this page help you?