API Methods
Last updated
Last updated
GET /api/session/result/:request_id
This endpoint retrieves the current status of a journey associated with a specific request_id
. The status provides insight into where the session is in the verification process, such as whether it has been started, is in progress, or has been completed.
Headers
Name | Value |
---|---|
Response
current_status values | Definition |
---|---|
GET
/api/session/result/:request_id
This endpoint retrieves the session result associated with a specific request_id
. The session result contains detailed information about the verification process for a user, including personal details, status, and additional metadata.
Headers
Response
Name | Value |
---|---|
Content-Type
application/json
Authorization
Bearer <token>
INIT
The user has landed in the session, but has not particpated in at least one verification app.
COMPLETED
The journey is complete.
IN PROGRESS
The user has completed aat least one verification app, but is not done with the journey.
PENDING
The user's ID document is under manual review
Content-Type
application/json
Authorization
Bearer <token>