Skip to main content
API requests authenticate with a bearer token:
Create, view, and revoke API keys from:

Scopes

Missing keys

Requests without an API key return:

Revocation

Revoked keys stop working immediately. Create a new key if a bearer token is exposed.

Environment isolation

API-key environment is authoritative at the stored hashed-key record, not merely inferred from its prefix. A staging key can call only a staging host and a production key can call only a production host. Never put production keys or WHCC production credentials in staging, development, local test, or client configuration.