Skip to main content
POST
/
api
/
v2
/
registry-center-checks
/
Create registry center check
curl --request POST \
  --url https://ivs.idenfy.com/api/v2/registry-center-checks/ \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "checkedPersonalNumber": "<string>",
  "checkedDocumentType": "<string>",
  "clientId": "<string>"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "checkedPersonalNumber": "<string>",
  "personalNumber": "<string>",
  "name": "<string>",
  "surname": "<string>",
  "documentNumber": "<string>",
  "documentExpiration": "2023-12-25",
  "facePhoto": "<string>",
  "checkedDocumentType": "<string>",
  "clientId": "<string>"
}

Authorizations

Authorization
string
header
required

The request must contain basic auth headers where username is API key and password is API secret.
In order for you to start using our API you will need an API key and API secret.
Both can be retrieved by contacting iDenfy's support or iDenfy's sales team.

Body

application/json
checkedPersonalNumber
string
required
Required string length: 1 - 30
database
enum<string>
required
Available options:
LT,
HU,
UK,
US_15
checkedDocumentType
string | null
Maximum string length: 2
clientId
string | null
Maximum string length: 100

Response

201 - application/json
id
string<uuid>
required
read-only
checkedPersonalNumber
string
required
Maximum string length: 30
personalNumber
string | null
required
read-only
name
string | null
required
read-only
surname
string | null
required
read-only
documentNumber
string | null
required
read-only
documentExpiration
string<date> | null
required
read-only
facePhoto
string<uri> | null
required
read-only

Face photo from a document.

database
enum<string>
required
Available options:
LT,
HU,
UK,
US_15
checkedDocumentType
string | null
Maximum string length: 2
clientId
string | null
Maximum string length: 100