Authorization header.
Getting an API key
- Sign in at app.platendoc.com
- Navigate to API Keys in the sidebar
- Click Create API key, give it a name, and select the scopes you need
- Copy the key — it is only shown once
Using your API key
Pass your key as a Bearer token in theAuthorization header on every request:
Key format
All API keys are prefixed withpdc_live_ followed by a random string.
Scopes
Each key has one or more scopes that control which endpoints it can access:
Requests made with a key missing the required scope return
403 Forbidden.