Skip to content

Veriff ​

Identity verification with document scanning, biometric checks, and PEP/sanctions screening.

DetailValue
CategoryiGaming
Base URLhttps://stationapi.veriff.com
AuthenticationHMAC-SHA256
Endpoints8
Connector keyveriff

Using Veriff in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Veriff 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 /v1/sessionsCreate verification session
PATCH /v1/sessions/{sessionId}Submit session for verification
DELETE /v1/sessions/{sessionId}Delete session
POST /v1/sessions/{sessionId}/mediaUpload documents
GET /v1/sessions/{sessionId}/decisionGet verification decision
GET /v1/sessions/{sessionId}/attemptsGet attempt IDs
GET /v1/sessions/{sessionId}/personGet verified person data
GET /v1/sessions/{sessionId}/watchlist-screeningPEP/sanctions results

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.