Skip to content

Persona ​

Identity verification platform with inquiry workflows, document checks, and GDPR compliance.

DetailValue
CategoryiGaming
Base URLhttps://api.withpersona.com
AuthenticationBearer Token
Endpoints9
Connector keypersona

Using Persona in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Persona 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 /api/v1/inquiriesCreate inquiry
GET /api/v1/inquiries/{id}Get inquiry
PATCH /api/v1/inquiries/{id}Update inquiry
POST /api/v1/inquiries/{id}/approveApprove
POST /api/v1/inquiries/{id}/declineDecline
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 Call node configuration, and the response shape.