v4
latestSwagger 2.02026-08-033766226.9 KBRegistrations
Creates new registration record, adds an ID document and optional selfie image in one go.
It's designed to provide a quick integration path for external systems which capture these details.
post/api/registrations/instant
Headers
apikeystring required
ApiKey supplied.
Request body
Example request
{
"regTypeId": "12345678-1234-1234-1234-1234567890ab",
"document": "Base64EncodedJpegImage",
"documentType": 1,
"documentParameters": null,
"selfie": "Base64EncodedJpegImage",
"forename": "Alan",
"middleName": null,
"surname": "Harper",
"referenceId": "MyRef123",
"parameters": [
{
"key": "Param1",
"value": "Value 1"
},
{
"key": "Param2",
"value": "123456"
},
{
"key": "Param3",
"value": "true"
}
],
"significantPersonId": null
}Response
OK response with object containing the document information.