inCase Integration Documentation Help

Request Third Party ID Check

Use this endpoint to request identity checks to be performed by third parties to the case, who will not be able to see case details and will not need to install the app.

/api/rest/{organisationId}/questionnaires/unbundled/id-check

Send an ID Check to a third party

Request parameters

{ "externalCaseRef": "ABC123-1", "externalReference": "ABC123-1/GIFTOR-1", "notificationEmail": "case_handler@example.com", "contactName": "Julia Smith", "contactEmail": "julia.smith@example.com", "contactNumber": "01234567890", "contactCommunicationType": "EMAIL" }

Responses

{ "id": 123456789, "externalCaseRef": "ABC123-1", "externalReference": "ABC123-1/GIFTOR-1", "notificationEmail": "case_handler@example.com", "contactEmail": "julia.smith@example.com", "contactNumber": "01234567890", "url": "https://www.incase.co.uk/identity-check/123456789" }
02 July 2026