Skip to main content
POST
string
required
Your Fire API key. Issued from the Fire dashboard under Settings → API Keys.
string
required
Must be integration. Identifies the request as coming from an external integration.
string
required
Account identifier the request belongs to.
string
default:"application/json"
required
Must be application/json for the JSON body.
string
required
Client identifier issued by Fire.
string
required
Client secret issued by Fire.
string
default:"client_credentials"
required
OAuth 2.0 grant type. Must be client_credentials.
string
Access token. Include this in the Authorization: Bearer <accessToken> header for all API requests.