OAuth
Token
Authenticate with the Admin API using OAuth 2.0.
POST
The Admin API uses OAuth 2.0 (RFC 6749) with the client credentials grant for server-to-server authentication.
Prerequisites
Register your application in the Fire spark dashboard to obtain aclient_id and client_secret. Store the client secret on your server only.
Client credentials grant
Use this grant for back-office tools, CRM sync jobs, reporting pipelines, and migration scripts. Request an access token directly from the token endpoint.Token request parameters
Use the access token
Include the access token in theAuthorization header of every authenticated request.
Error responses
Token and authorization errors follow RFC 6749. The token endpoint returnsapplication/json with an error field.
Error