Skip to content

Jumio ​

KYC identity verification with document scanning and liveness detection.

DetailValue
CategoryiGaming
Base URLhttps://account.amer-1.jumio.ai/api/v1
AuthenticationBearer Token
Endpoints5
Connector keyjumio

Using Jumio in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Jumio 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 /accountsCreate a verification account
GET /accounts/{accountId}Get account details
GET /accounts/{accountId}/workflow-executions/{workflowExecutionId}Get workflow execution status
PUT /accounts/{accountId}/workflow-executions/{workflowExecutionId}/credentials/{credentialId}Upload a verification document
PUT /accounts/{accountId}/workflow-executions/{workflowExecutionId}/credentials/{credentialId}/finalizeFinalize credential processing

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