Authentication
The Community Incentives server uses Bearer Authentication to authorize incoming requests.
Credentials for Sandbox and Production will be shared with MyBambu via 1Password.
Request
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
X-Organization-ID
<organization_id>
Response
{
"status": "success",
...
}
{
"status": "error",
"message": "Unauthorized: Invalid X-Organization-ID"
}Last updated
Was this helpful?