Endpoint Examples
Create API key
Creates a new API key
POST
/
api-keys
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requiredThe name of the API key
tag
string
Tag to specify the type
Response
200 - application/json
name
string
requiredThe name of the API key
tag
string
Tag to specify the type