Skip to main content
POST
Exchange a CLI authorization code for an API key

Authorizations

Authorization
string
header
required

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

Body

application/json
code
string
required
Minimum string length: 1
code_verifier
string
required
Minimum string length: 1

Response

The minted API key

data
object
required