Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Resource articles about Certn API application parameters, regional codes, error codes, and report field mappings.
requested_countries
list [string]
optional, default superteam country. Accepts ISO country code format.
us_criminal_record_check_years
int
optional, default team setting
employer_questionaire_id
string <uuid>
optional
employer_references_min
int
optional, default 1
employer_references_max
int
optional, default 1
employer_references_years
int
optional, default 3
employer_references_years_or_individually
string <Enum>
optional, default "INDIVIDUALLY". One of: "YEARS", or "INDIVIDUALLY"
address_questionaire_id
string <uuid>
optional
address_references_min
int
optional, default 1
address_references_max
int
optional, default 1
address_references_years
int
optional, default 3
address_references_years_or_individually
string <Enum>
optional, default "INDIVIDUALLY". One of: "YEARS", or "INDIVIDUALLY"
employment_verification_min
int
optional, default 1
employment_verification_max
int
optional, default 1
employment_verification_years
int
optional, default 3
employment_verification_years_or_individually
string <Enum>
optional, default "INDIVIDUALLY". One of: "YEARS", or "INDIVIDUALLY"
education_verification_min
int
optional, default 1
education_verification_max
int
optional, default 1
education_verification_level
string <Enum>
optional, default "ALL". One of: "ALL", or "HIGHEST".
credential_verification_min
int
optional, default 1
credential_verification_max
int
optional, default 1
credential_verification_level
string <Enum>
optional, default "ALL". One of: "ALL", or "HIGHEST".
volunteer_role
optional, default ""
volunteer_organization
optional, default ""
role_or_position_title
string
optional, default ""
employment_sector
string <Enum>
optional, one of #employment_sector-values
A list of API error codes and how to fix them.
You may receive a 400 Bad Request
if:
A required field is missing.
"information": {
"addresses": ["This field is required."]
}
How to fix this issue
Add all the required fields to the body of your request.
You used the wrong format or data type for a field.
How to fix this issue
Format all your fields according to their data type.
Your account isn't configured to run this check or your account does not have payment configured.
How to fix this issue
Contact our support team to have your account configured for this check or to confirm that your payment method is correctly configured.
For a demo account, use this payment method.
You tried to generate a report, but the application is still processing.
How to fix this issue
Wait for the application's status
field to show Returned
before generating the final report.
You requested a check with a min
and a max
but set your min
value to a number greater than your max
value.
How to fix this issue
Edit the request's check settings to make sure that any min
values are less than or equal to the corresponding max
values.
You may receive a 401 Unauthorized
if:
You sent your request without an authorization header.