--- title: 'Onfido' description: 'Identity verification and KYC checks with document and biometric analysis.' --- # 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 1. Go to **Connections** and click **New Connection**. 2. Pick **Onfido** 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 /applicants](./post_applicants_kyc_createapplicant) | Create an applicant | | [GET /applicants/{applicant_id}](./get_applicants_applicant_id_kyc_getapplicant) | Get an applicant | | [POST /documents](./post_documents_kyc_uploaddocument) | Upload a document | | [POST /checks](./post_checks_kyc_createcheck) | Create a verification check | | [GET /checks/{check_id}](./get_checks_check_id_kyc_getcheck) | Get check status | | [GET /reports/{report_id}](./get_reports_report_id_kyc_getreport) | Get a report | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.