Issue a new API credential for the authenticated account.
POST/v1/credentials
Mints a new credential with optional label and entitlement_mask. The mask defaults
to the calling credential's mask if omitted. As with POST /v1/accounts,
plaintext_key is returned exactly once.
Request
Responses
- 201
- 401
- 500
Credential created.
Missing or invalid Authorization header.
Unexpected server error. Includes a correlation_id; report it when filing a bug.