Create Screening

Creates a new screening check for an Individual or Organization.

📘

Dependencies

Get Group ID: Call GET /public/companies first.

Get User ID: Call GET /public/users to retrieve the valid user IDs.

Get Account ID: Extract it from your URL or the previous endpoints.

Country Data: You must use the full object from GET /public/thirdparties/countries

Query Params
string
required

The account id of the user

Body Params
string
required

Required. Type of screening. Allowed values: INDIVIDUAL, ORGANIZATION

string

Identification number (DNI, Tax ID).

groupIds
array of strings
required

Required. List of unique Group Identifiers where this screening belongs. How to get it: Use the response from GET /public/companies.

groupIds*
string
required

The User ID of the person responsible for reviewing this screening. How to get it: Use the response from GET /public/users.

string
required

Internal reference name for this case file.

string
required

The main name to search for. For Individuals: Enter the First Name (e.g., "Antonio"). For Organizations: Enter the Company Name (e.g., "Repsol S.A.")

string

Must include full object (id, code, name) from /countries

string

[Individual Only] Middle name.

string

[Individual Only] Required if searchType is INDIVIDUAL.

string

[Individual Only] Gender of the person. Allowed values: MALE, FEMALE

string

[Individual Only] Email address.

string

[Individual Only] Format: YYYY-MM-DD.

string

[Individual Only] Nationality ISO Code.

int32
required

Optional. The maximum number of matches to return in the results. Recommendation: Send 0 to use the system default.

string
required

Required. The User ID of the person creating the screening

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json