Persona ​
Identity verification platform with inquiry workflows, document checks, and GDPR compliance.
| Detail | Value |
|---|---|
| Category | iGaming |
| Base URL | https://api.withpersona.com |
| Authentication | Bearer Token |
| Endpoints | 9 |
| Connector key | persona |
Using Persona in a workflow ​
- Go to Connections and click New Connection.
- Pick Persona 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 /api/v1/inquiries | Create inquiry |
| GET /api/v1/inquiries/{id} | Get inquiry |
| PATCH /api/v1/inquiries/{id} | Update inquiry |
| POST /api/v1/inquiries/{id}/approve | Approve |
| POST /api/v1/inquiries/{id}/decline | Decline |
| DELETE /api/v1/inquiries/{id} | Redact (GDPR) |
| GET /api/v1/verifications/{id} | Get verification |
| GET /api/v1/accounts/{id} | Get account |
| GET /api/v1/reports/{id} | Get report |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.