Skip to content

Sumsub ​

KYC/AML identity verification with document checks, liveness detection, and compliance screening.

DetailValue
CategoryiGaming
Base URLhttps://api.sumsub.com
AuthenticationHMAC-SHA256
Endpoints8
Connector keysumsub

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 ​

EndpointSummary
POST /resources/applicantsCreate applicant
GET /resources/applicants/{applicantId}Get applicant
POST /resources/applicants/{applicantId}/info/idDocUpload ID document
POST /resources/applicants/{applicantId}/status/pendingRequest verification
GET /resources/applicants/{applicantId}/status/apiGet review status
POST /resources/applicants/{applicantId}/aml/checkRun AML check
GET /resources/applicants/{applicantId}/review/historyReview history
GET /resources/applicants/{applicantId}/requiredIdDocsStatusVerification step status

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.