Authentication
2. Authentication
Every request requires a valid API key to access the API. Ensure your API key is kept secure and do not expose it publicly.
Request Headers:
bashCopy codeAuthorization: Bearer {ACCOUNTID:ACCESSTOKEN}
Content-Type: application/jsonLast updated