Search TAN

GET {{sandbox_host}}/itd/portal/public/tans/:tan?consent={{consent}}&reason={{reason}}

Returns TAN entity for given TAN

Request Params

KeyDatatypeRequiredDescription
consentstringrequired Consent of the end user to get their information for verification purpose. Possible values: Y and y
reasonstringrequired Purpose for which user has given their consent. Min length: 20 characters

HEADERS

KeyDatatypeRequiredDescription
authorizationstringJWT access token
x-api-keystringAPI key for identification
x-api-versionstringAPI version

RESPONSES

status: OK

"{\n    \"code\": 200,\n    \"timestamp\": {{$timestamp}}000,\n    \"transaction_id\": \"{{$randomUUID}}\",\n    \"data\": {\n        \"header\": {},\n        \"messages\": [\n            {\n                \"code\": \"EFM0002\",\n                \"type\": \"ERROR\",\n                \"desc\": \"No record found\"\n            }\n        ],\n        \"errors\": []\n    }\n}"