Create API key
API Keys
Create API key
Creates a new API key. The full key value is returned once at creation and cannot be retrieved again — store it securely.
POST
Create API key
Headers
Bearer JWT for user-facing flows (Bearer eyJraWQ...), or the literal string NONE when authenticating via API key.
Example:
"Bearer eyJraWQ..."
API key for server-to-server flows, or the literal string NONE when authenticating via JWT.
Example:
"pcx_abc123_xxxx"
Body
application/json