Create API Key

Authentication

AuthorizationBearer

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

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.

Errors