API Keys
Create an API key
POST
/
api
/
v1
/
api-key
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Required range:
x > 0
Response
200 - application/json
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
x > 0