API
Login
Exchange your client credentials for an access token. Use the returned token as a Bearer token in all subsequent API requests.
POST
Your Fire API key. Issued from the Fire dashboard under Settings → API Keys.
Must be
integration. Identifies the request as coming from an external integration.Account identifier the request belongs to.
Must be
application/json for the JSON body.Client identifier issued by Fire.
Client secret issued by Fire.
OAuth 2.0 grant type. Must be
client_credentials.Access token. Include this in the
Authorization: Bearer <accessToken> header for all API requests.
