Credentials
API key management. Customers may issue, list, and revoke their own credentials.
Issue a new API credential for the authenticated account.
Mints a new credential with optional `label` and `entitlement_mask`. The mask defaults
List the authenticated account's credentials.
Returns all non-revoked credentials for the account. `plaintext_key` is never returned by this endpoint.
Revoke a credential by ID.
Revokes the named credential. The currently-authenticated credential may revoke itself; the revocation takes effect immediately.