Browse documentation

Veriff

2 endpoints, of which 1 need no token.

Paths are relative to the base URL for your environment. Unless marked otherwise, every request needs an Authorization: Bearer header.

POST/veriff/session

Create Session

Response fields

Asserted by the API’s own test suite.

sessionIdsessionUrl
POST/veriff/webhookNo token required

Webhook

Request body

json
{
  "status": "approved",
  "verification": {
    "id": "test-session-id",
    "status": "approved",
    "person": {
      "firstName": "John",
      "lastName": "Doe"
    }
  }
}

Response fields

Asserted by the API’s own test suite.

received