Create API Key
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Name of api key.
permissions
Granular permissions for the API key. When ommitted all permissions are granted. Otherwise, only permissions set to true are granted.
Response
This endpoint returns an object.
api_key_id
ID of api key.
api_key
API key.
prefix
Prefix of api key.
name
Name of api key.
created_at
Time at which api key was created.
pod_id
Pod ID the api key is scoped to.
inbox_id
Inbox ID the api key is scoped to.
permissions
Granular permissions for the API key. When ommitted all permissions are granted. Otherwise, only permissions set to true are granted.
Errors
400
Validation Error
