🚀 Welcome to our revamped documentation featuring dedicated Business Logic and API sections with improved layouts—please remember to update your bookmarks as old links will no longer work!
Access to the API service is secured through a multi-layer approach: network-level IP Access Control Lists (ACL) and application-level Token Authorization. Both mechanisms are required for successful requests.
Once network access is granted via the ACL, you must authorize your requests using an API token.
Provisioning: Your unique API token is issued to you during the onboarding process.
Header Format: All requests must include the HTTP Authorization header using the Bearer schema.
Updates: If you need to generate a new token or revoke an existing one, please contact Support.
Your API token carries full administrative privileges. Keep it secure. Never share your secret token in publicly accessible areas such as GitHub repositories, client-side code, or public forums.