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 -X POST https://api.yourservice.com/api/v1/step3/store-verification-items/session/email \ -H "Content-Type: application/json" \ -d '{ "sessionToken": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "email": "newemail@example.com" }'
{ "success": true, "message": "Email updated successfully" }
Update the student’s email in both the Redis session and the database.
POST /verify
MISSING_DATA
sessionToken
email
INVALID_EMAIL
SESSION_NOT_FOUND
INTERNAL_ERROR