Inspect Token
Inspect Token
You can inspect any token generated in Firstoken. The inspection process receives a valid token and responds with all available token information. This method is useful to know the status of a token and to know other values.
GET /v1/tokens/:token/inspect
curl -X GET https://api.firstoken.co/v1/tokens/4242428805134242/inspect\
-H 'x-api-key: YOUR_API_KEY' \
-H "Content-Type: application/json"
Last updated
Was this helpful?