API keys
Create an API key
Create a new API key by providing its details.
POST
To learn how to use the token of an API key to authenticate your API requests, read the bearer tokens page.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The handle of the new API key. Must be unique.
Required string length:
1 - 50
The alias of the new API key.
Required string length:
1 - 100
Response
201 - application/json
The alias of the API key.
The date and time when the API key was created.
The handle of the API key. Is unique.
The UUID of the API key. Is unique.
The Base64-encoded bearer token of the API key. Is unique.