Onfido ​
Identity verification and KYC checks with document and biometric analysis.
| Detail | Value |
|---|---|
| Category | iGaming |
| Base URL | https://api.onfido.com/v3.6 |
| Authentication | Bearer Token |
| Endpoints | 6 |
| Connector key | onfido |
Using Onfido in a workflow ​
- Go to Connections and click New Connection.
- Pick Onfido 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 /applicants | Create an applicant |
| GET /applicants/{applicant_id} | Get an applicant |
| POST /documents | Upload a document |
| POST /checks | Create a verification check |
| GET /checks/{check_id} | Get check status |
| GET /reports/{report_id} | Get a report |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.