Simple Detokenization
Simple Detokenization
You can detokenize any token generated by Firstoken. The detokenization process receives an array of tokens and returns the information associated with each token.
POST /v1/detokenization/simple
curl -X POST https://api.firstoken.co/v1/detokenization/simple
-H 'x-api-key: YOUR_API_KEY'
-H "Content-Type: application/json"
Last updated
Was this helpful?