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",
  ...
}

Last updated

Was this helpful?