OAuth
Token
Authenticate with the Integrations API using OAuth 2.0.
POST
The Integrations API uses OAuth 2.0 (RFC 6749) with the client credentials grant for server-to-server authentication.
Prerequisites
Register your integration 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 machine-to-machine integrations such as POS, RMS, and aggregator connectors. Request an access token directly from the token endpoint.Token request parameters
Available scopes
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