Create API Key

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

inbox_idstringRequired
The ID of the inbox.

Request

This endpoint expects an object.
namestringRequired
Name of api key.

Response

This endpoint returns an object.
api_key_idstring
ID of api key.
api_keystring
API key.
prefixstring
Prefix of api key.
namestring
Name of api key.
created_atdatetime
Time at which api key was created.
pod_idstring or null
Pod ID the api key is scoped to.
inbox_idstring or null
Inbox ID the api key is scoped to.

Errors