Skip to main content
POST
Create a new API key for the authenticated user

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

The name of the API key.

description
string

A description for the API key.

Response

OK