Skip to main content
POST
Create Session
Creates a new identity verification session and optionally sends email and SMS invitations to the applicant.

Request

Headers

Body parameters

Both camelCase and snake_case parameter names are accepted. If both are provided for the same field, the camelCase value takes priority.

Example request

Response

200 — Success

Error responses


Redirect URL

When a redirect_url is provided in the request, the returned session_url will include it as an encoded query parameter:
Upon session completion, failure, or user exit, the verification app will redirect the end-user back to your redirect_url with the following query parameters appended:

Status values

Reason values

The reason parameter is omitted when status=success. When status=abandoned, the reason will typically be user_cancelled. New reason values may be added in the future — your integration should handle unknown reasons gracefully.

Example redirect URLs