cURL
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 } }
Get a token by its locator
API key required for authentication
The token has been successfully retrieved.
Information regarding the token that was requested and its availability
Was this page helpful?