Skip to main content
POST
Create dev token

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

Name of the dev token.

Example:

"My dev token"

Response

201 - undefined