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