Skip to main content
POST
Create user API key from web session

Authorizations

Authorization
string
header
required

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

Body

application/json

The body is of type object.

Response

Success

consumerApiKey
string

Returned once at creation time.

consumerKeyId
string
keyPrefix
string
walletAddress
string
userId
string | null
scopes
string[]
userApiKey
string

Returned once at creation time.

userKeyId
string