Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl https://api.yourservice.com/api/v1/step3/store-verification-items/session/f47ac10b-58cc-4372-a567-0e02b2c3d479
{ "success": true, "data": { "recordVerificationId": "ver_live_abc123", "recordUserId": "usr_live_xyz789", "externalStudentId": "student_123", "callbackWebhookUrl": "https://yourapp.com/webhooks/verification", "email": "arun@example.com", "name": "Arun Kumar", "projects": [ { "projectId": "proj_001", "name": "E-Commerce App", "description": "Built with React and Node.js" } ], "experience": [ { "workExperienceId": "exp_001", "role": "Frontend Developer", "companyName": "TechCorp" } ], "certificates": [] } }
Retrieve the full session data stored in Redis for the given session token.
POST /verify
MISSING_SESSION_TOKEN
SESSION_NOT_FOUND
INTERNAL_ERROR