Skip to main content
POST
Create New Applicant

Authorizations

ds-api-token
string
header
required

Body

application/json

Create Applicant Request

Create Applicant Request

external_id
string

This is a unique identifier originating from your system, which will be associated and linked to the corresponding Applicant ID in our system.

Example:

"external_user_id_123"

email
string | null

applicant email

Example:

"john.doe@example.org"

phone
string | null

applicant phone number

Example:

"+1234567890"

info
object

This object allows you to include any supplementary information about the applicant, such as their first, last name or citizenship.

aml_screening_enabled
boolean | null
default:false

Enables the option to activate or deactivate daily AML monitoring for applicants. When an applicant is identified in any Sanction List during the monitoring process, a notification will be triggered through the configured Webhooks.

applicant_type
enum<string>
default:Person

Possible types

Available options:
Person,
Organization,
Country,
Vessel,
Aircraft,
CryptoWallet
search_options
object | null

The Search Options functionality is intended for the customization of applicant AML monitoring

Response

200 - application/json

Create Applicant Response

Create Applicant Response

id
string<uuid>

Id of created applicant

Example:

"01827ed4-c928-7a3c-9a30-7ab7cc169d11"