For the complete documentation index, see llms.txt. This page is also available as Markdown.

Proof of Address

Verification service for proof of address with global coverage.

Endpoint

POST /civil-registry/proofofaddress

Authentication

Type
Location
Name

API Key

Header

x-api-key

Request example

curl --location '{IDENTITY_API_BASE_URL}/civil-registry/proofofaddress' \
--data-raw '{
  "TransmissionReference":"",
  "Actions":"Check,Verify",
  "AddressOptions":"",
  "EmailOptions":"",
  "PhoneOptions":"",
  "NameOptions":"NameHint:DefinitelyFull",
  "Options":"",
  ...
}' \
--header 'x-api-key: {API_KEY}'

Responses

200 Success

Response example

400 Bad Request

401 Unauthorized

403 Forbidden

502 Bad Gateway

504 Gateway Timeout

Last updated