Retrieve details for a specific token in a collection
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/tokenization/collections/{id}/tokens/{tokenId} \ --header 'x-api-key: <api-key>'
{ "message": "<string>", "data": {}, "success": true, "status": 123 }
API key for authentication
SDK version for tracking and compatibility
Collection ID
Token ID
Token details retrieved successfully
Response message
Indicates successful response
HTTP status code
Response data
Was this page helpful?