--- title: 'Sumsub' description: 'KYC/AML identity verification with document checks, liveness detection, and compliance screening.' --- # Sumsub KYC/AML identity verification with document checks, liveness detection, and compliance screening. | Detail | Value | |---|---| | Category | iGaming | | Base URL | `https://api.sumsub.com` | | Authentication | HMAC-SHA256 | | Endpoints | 8 | | Connector key | `sumsub` | ## Using Sumsub in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Sumsub** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [POST /resources/applicants](./post_resources_applicants_kyc_createapplicant) | Create applicant | | [GET /resources/applicants/{applicantId}](./get_resources_applicants_applicantid_kyc_getapplicant) | Get applicant | | [POST /resources/applicants/{applicantId}/info/idDoc](./post_resources_applicants_applicantid_info_iddoc_kyc_uploadiddocument) | Upload ID document | | [POST /resources/applicants/{applicantId}/status/pending](./post_resources_applicants_applicantid_status_pending_kyc_requestverification) | Request verification | | [GET /resources/applicants/{applicantId}/status/api](./get_resources_applicants_applicantid_status_api_kyc_getreviewstatus) | Get review status | | [POST /resources/applicants/{applicantId}/aml/check](./post_resources_applicants_applicantid_aml_check_kyc_runamlcheck) | Run AML check | | [GET /resources/applicants/{applicantId}/review/history](./get_resources_applicants_applicantid_review_history_kyc_getreviewhistory) | Review history | | [GET /resources/applicants/{applicantId}/requiredIdDocsStatus](./get_resources_applicants_applicantid_requirediddocsstatus_kyc_getverificationstepstatus) | Verification step status | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.