Skip to main content
POST
Authorize a token

Authorizations

Authorization
string
header
required

OAuth2 Client Credentials Flow

Path Parameters

tokenId
string
required

The ID of the token to authorize

Body

application/json
assetId
string
required

The ID of the asset to authorize against

networkId
string
required

The ID of the network to authorize against

type
enum<string>
default:ID

Whether the tokenId path parameter is a raw token value or a token ID

Available options:
RAW_VALUE,
ID

Response

Token authorization result

data
object
required

If authorized is "true", then the token is authorized and will be returned in the response