Authorization

Requests use the HTTP Authorization header to both authenticate and authorize operations. The API accepts bearer tokens in this header. Bearer tokens are provided to you in your account portal.

{
  "Authorization": "Bearer {{access_token}}"
}