Level
Invoke this endpoint to return the tier and earned points (XP) for a given token id.
Authorizations
Path parameters
token_idnumberRequired
the token id
Responses
200
Returns details successfully
application/json
404
Could not find the token provided.
get
GET /partner-api/tokens/{token_id}/level HTTP/1.1
Host:
X-API-Key: YOUR_API_KEY
Accept: */*
{
"level": {
"tier": "text",
"balance": 1
}
}