GET
/
v1-alpha2
/
tokens
/
{tokenLocator}
Get a token and its available features by its locator
curl --request GET \
  --url https://staging.crossmint.com/api/v1-alpha2/tokens/{tokenLocator} \
  --header 'X-API-KEY: <x-api-key>'
{
  "token": "<string>",
  "available": true,
  "features": {
    "creditCardPayment": true
  }
}

Headers

X-API-KEY
string
required

API key required for authentication

Path Parameters

tokenLocator
string
required

Response

200 - application/json

The token has been successfully retrieved.

Information regarding the token that was requested and its availability