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": "Linked token found", "data": { "id": "tok_123", "linked": true, "collectionId": "col_456" }, "success": true, "status": 200 }
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
HTTP status code
Was this page helpful?