Create API Key
POST
/accounts/api-keys
Creates a new API key for the authenticated account. The plaintext token is only returned once in this response.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Request Body
application/json
JSON
{
}
Responses
The created API key including the one-time token
application/json
JSON
{
}
