Search TAN

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

Returns TAN entity for given TAN

Request Params

| Key | Datatype | Required | Description | | consent | string | | required Consent of the end user to get their information for verification purpose. Possible values: Y and y | | reason | string | | required Purpose for which user has given their consent. Min length: 20 characters |

HEADERS

| Key | Datatype | Required | Description | | authorization | string | | JWT access token | | x-api-key | string | | API key for identification | | x-api-version | string | | API 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}"