v4

latestSwagger 2.02026-08-033766226.9 KB
Registrations

Sets an override for a specific check on the registration.

put/api/registrations/{id}/override-check-status

Path parameters

idstring uuid required

Id of the registration.

Headers

apikeystring required

ApiKey supplied.

Request body

checkType0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 required

IdDocuments = 1, StandardChecks = 2, InternationalSanctionsAndPep = 3, CreditStatusCheck = 4, BankAccountCheck = 5, ProofOfOwnership = 6, RightToWork = 7, RightToRent = 8

status0 | 1 | 2 | 3 required

Unknown = 0, Pass = 1, Refer = 2, Fail = 3

commentstring required

Example request

{
  "checkType": 1,
  "status": 1,
  "comment": "Documents look genuine."
}

Response

Status of the operation.