POST
/veriff/sessionCreate Session
Response fields
Asserted by the API’s own test suite.
sessionIdsessionUrl2 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.
/veriff/sessionAsserted by the API’s own test suite.
sessionIdsessionUrl/veriff/webhookNo token required{
"status": "approved",
"verification": {
"id": "test-session-id",
"status": "approved",
"person": {
"firstName": "John",
"lastName": "Doe"
}
}
}Asserted by the API’s own test suite.
received