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 ​
- Go to Connections and click New Connection.
- Pick Sumsub from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /resources/applicants | Create applicant |
| GET /resources/applicants/{applicantId} | Get applicant |
| POST /resources/applicants/{applicantId}/info/idDoc | Upload ID document |
| POST /resources/applicants/{applicantId}/status/pending | Request verification |
| GET /resources/applicants/{applicantId}/status/api | Get review status |
| POST /resources/applicants/{applicantId}/aml/check | Run AML check |
| GET /resources/applicants/{applicantId}/review/history | Review history |
| GET /resources/applicants/{applicantId}/requiredIdDocsStatus | Verification step status |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.