Open API
Last updated
Last updated
This section provides descriptions and guidelines for making requests to our Public API. All data transmitted via our Public API is encrypted to ensure security. For more information on encryption and how to handle encrypted data, please visit the Encryption page.
You can find full description of API here [Gateway API]
A unique applicant identifies on the client side
A flow name
An applicant phone number.
An applicant email address.
The language, in which the verification results should be displayed to applicants.
Used to compare the data that you provide to us with that we extract from the applicant documents.
Internal ID or an external user identifier.
A flow id
Internal ID or an external user identifier.
Optional locale specifying the language for the verification token. Must be a valid locale string (e.g., "en-US").
Optional time-to-live (TTL) for the verification token in seconds.
Optional name of the verification flow to be applied
Blockchain network to perform the AML search. Accepted values are defined in the BlockchainEnum.
Optional transaction hash for the AML search. Must be a 64-character hexadecimal string, optionally prefixed with "0x". This field is mutually exclusive with "address".
^(0x)?[a-fA-F0-9]{64}$
Optional blockchain address for the AML search. Must be a valid blockchain address and is mutually exclusive with "txHash".