https://www.tincomply.com/api/v1/request-details
This endpoint retrieves the details of a specific validation request, returning the original request and its results.
id
– The unique identifier of the validation request. (Required)The response object mirrors the original request and its corresponding validation results. The properties in the response will depend on the type of validation performed.
{ "id": "40L6qZPbl0ilxjkdho0E3gN3" }
{ "id": "40L6qZPbl0ilxjkdho0Z3gN3", "requestedBy": "API Example Key", "request": { "tin": "XXXXX1234", "name": "JOHN SMITH", "requestDate": "2025-02-20T02:59:51", "requestedServices": "irs-tin-name-matching" }, "irsTinNameMatchingResult": { "message": "TIN and Name combination does not match IRS records", "result": 3, "completed": true }, }