GET
/
trn
/
validate
/
{requestId}
curl --request GET \
  --url https://rest.taxes.provider.com/api/v1/trn/validate/{requestId} \
  --header 'Authorization: Bearer <token>'
{
  "requestId": "qwerty12345",
  "trn": 40303265045,
  "country": {
    "name": "France",
    "code": "FR"
  },
  "trnStatus": "VALID"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

requestId
string
required

The unique request identifier.

Response

200
application/json

Response of tax registration number validation.

Contains the required properties for tax registration number validation response