API Keys
Create an API key
POST
/
api
/
v1
/
api-key
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requiredworkspaceId
string
requiredscopes
object[]
requiredenabled
boolean
requiredcustomerId
string
requiredprefix
string
expiresAt
integer
Required range:
x > 0
externalMeterId
string
metadata
object
Response
200 - application/json
apiKey
object
required