Get data on a created applicant
- https://api.kycaid.comhttps://api.kycaid.com/applicants/{applicant_id}
curl -i -X GET \
https://api.kycaid.com/applicants/27c5caea93ee4656881ef9a30fadd21a3768 \
-H 'API-Key: YOUR_API_KEY_HERE'OK
The request was successful, and our system returned an expected response.
A unique identifier of an applicant, that is assigned by our system after an applicant object was created with a “Create an applicant” request
A unique identifier of your user in your system
A type of an applicant object. PERSON type is used for KYC process, and COMPANY type is used for KYB process
A date and time of creation of an object, set by our system
A status of an object profile verification, set by our system or our manager
A custom comment left by our manager for an object
The first name of a person
A first name of an object, set in a native language
The middle name of a person
A middle name of an object, set in a native language
The last name of a person
A last name of an entity, set in a native language
A residence country of an object. A two-letter country code according to ISO 3166-2
A nationality country of a person. A two-letter country code according to ISO 3166-2
The date of birth of a person, formatted as “YYYY-MM-DD” according to ISO 8601
The gender of a person. M indicates male; F indicates female
The email address of a person or a company
The phone number of a person or a company
A status of an object phone verification, set by our system or our manager
A cryptocurrency wallet address of an object
A username of an object in Telegram instant messaging service
The status of a person as a politically exposed person (PEP)
A custom parameter to store additional data for an object by your managers
A custom parameter to store additional data for an object by your managers
A custom parameter to store additional data for an object by your managers
A custom parameter to store additional data for an object by your managers
A custom parameter to store additional data for an object by your managers
{ "applicant_id": "27c5caea93ee4656881ef9a30fadd21a3768", "external_applicant_id": "8ba166fd-e9ba-49c6-b91a-fdbf0f63f939", "type": "PERSON", "created_at": "2024-07-01 15:27:15", "profile_status": "valid", "profile_comment": "Suspicious activity", "first_name": "Josh", "origin_first_name": "Джош", "middle_name": "David", "origin_middle_name": "Conrad", "last_name": "Coffey", "origin_last_name": "Кофі", "residence_country": "GB", "nationality": "GB", "dob": "1976-02-21", "gender": "M", "email": "josh.coffey@example.com", "phone": "441172345678", "phone_status": "valid", "wallet_address": "GQzMeEMwAR44ugoNCifTb5NdRKos0GduDUPeNh6AgV46", "telegram_username": "JoshCoffey", "pep": false, "custom_field_1": "This applicant was marked as suspicious by Mark L. at 11:40", "custom_field_2": "This applicant was marked as suspicious by Mark L. at 11:40", "custom_field_3": "This applicant was marked as suspicious by Mark L. at 11:40", "custom_field_4": "This applicant was marked as suspicious by Mark L. at 11:40", "custom_field_5": "This applicant was marked as suspicious by Mark L. at 11:40", "decline_reasons": null, "addresses": null, "documents": null, "questionnaires": null, "verification_status": null, "verifications_count": null }