In-Branch Verification
v11-2026
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Sandbox response
AI Tools
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
The response will detail all information, check and task completion status, resource and media data, along with the associated media identifiers.
Sessions can be retrieved at any time, however the integrating backend will be notified when a session update occurs, according to the notifications settings provided at session creation.
Endpoint
HTTP
GET https://api.yoti.com/sandbox/idverify/v1/sessions/<SESSION_ID>Javascript
PHP
Python
Java
Go
x
const { RequestBuilder, Payload } = require("yoti");const request = new RequestBuilder() .withBaseUrl("https://api.yoti.com/sandbox/idverify/v1") .withPemFilePath("<YOTI_KEY_FILE_PATH>") .withEndpoint(`/sessions/<SESSION_ID>`) .withMethod("GET") .withQueryParam("sdkId", "<YOTI_CLIENT_SDK_ID>") .build();//get Yoti responseconst response = request.execute();See below for an example response from the retrieve session endpoint.
Session Response
JSON
{ "client_session_token_ttl": 3056799, "session_id": "05153de7-1250-4772-abcf-607b010047a5", "state": "COMPLETED", "resources": {...}, "checks": [...], "user_tracking_id": "some_id"}Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated by Kiran Bali on Mar 23, 2026
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message