--- title: 'Jumio' description: 'KYC identity verification with document scanning and liveness detection.' --- # Jumio KYC identity verification with document scanning and liveness detection. | Detail | Value | |---|---| | Category | iGaming | | Base URL | `https://account.amer-1.jumio.ai/api/v1` | | Authentication | Bearer Token | | Endpoints | 5 | | Connector key | `jumio` | ## 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 | Endpoint | Summary | |---|---| | [POST /accounts](./post_accounts_kyc_createaccount) | Create a verification account | | [GET /accounts/{accountId}](./get_accounts_accountid_kyc_getaccount) | Get account details | | [GET /accounts/{accountId}/workflow-executions/{workflowExecutionId}](./get_accounts_accountid_workflow_executions_workflowexecutionid_kyc_getworkflowexecution) | Get workflow execution status | | [PUT /accounts/{accountId}/workflow-executions/{workflowExecutionId}/credentials/{credentialId}](./put_accounts_accountid_workflow_executions_workflowexecutionid_credentials_credentialid_kyc_uploaddocument) | Upload a verification document | | [PUT /accounts/{accountId}/workflow-executions/{workflowExecutionId}/credentials/{credentialId}/finalize](./put_accounts_accountid_workflow_executions_workflowexecutionid_credentials_credentialid_finalize_kyc_finalizecredential) | Finalize credential processing | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.