Create Key
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Optional human-readable key name.
scopes
Explicit scope grants for this key. Omit or pass an empty list for a full-access key.
Response
API key created
full_access
Whether this key has full access because no scopes were attached.
id
key
key_prefix
scopes
Explicit scopes attached to the key. Empty means full access.
name
