Create a new partner API key
POST/v1/partner/account/keys
Mints a new api_key + rotation_secret under the caller's account. The plaintext credentials are returned ONCE in the response body — they are never shown again. Save them now.
Request
Responses
- 201
- 400
- 401
- 409
Key created. Save credentials NOW — they will not be shown again.
Validation error (missing label, bad expires_at)
Missing or invalid X-API-Key
A key with the given label already exists in this account