OverviewAuthentication
Overview

Authentication

Authenticate requests to the Admin API using an admin API key passed as a bearer token or query parameter.

Authentication

Every endpoint requires an admin API key. Pass it as a bearer token or query parameter.

header
Authorizationstring
Required

Bearer token. Format: Bearer YOUR_ADMIN_KEY.

query
admin_keystring

Alternative to the header for server-to-server or tooling scenarios. Do not expose in client-side code.

Never expose the admin key in client-side JavaScript, public repositories, or logs. Admin API access should be restricted to trusted backend services and operations staff only.