Skip to main content
GET
/
step3
/
store-verification-items
/
{sessionToken}
/
email
curl https://api.yourservice.com/api/v1/step3/store-verification-items/f47ac10b-58cc-4372-a567-0e02b2c3d479/email
{
  "success": true,
  "email": "arun@example.com",
  "name": "Arun Kumar",
  "recordUserId": "usr_live_xyz789"
}
Lightweight alternative to the full session fetch when only contact details are needed.
No authentication required for this endpoint.

Path Parameters

sessionToken
string
required
The session token returned from POST /verify.
curl https://api.yourservice.com/api/v1/step3/store-verification-items/f47ac10b-58cc-4372-a567-0e02b2c3d479/email
{
  "success": true,
  "email": "arun@example.com",
  "name": "Arun Kumar",
  "recordUserId": "usr_live_xyz789"
}