Back
AuthorizedAuthorizedDocs

Authentication

All API requests require your application API key. Find it on your application's overview page in the dashboard.

Via Request Body

json
{
  "api_key": "authorized_xxxxxxxxxxxx",
  "license_key": "XXXXX-XXXXX-XXXXX"
}

Via Header

http
x-api-key: authorized_xxxxxxxxxxxx
Warning:Never expose your API key in client-side code or public repositories. Rotate it from the dashboard if compromised.