cURL
curl --request GET \ --url https://api.stablepay.global/v2/users/{userId}/verify/status \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "mobile": { "number": "+91987****10", "verified": true, "verifiedAt": "2025-01-15T10:30:00.000Z" }, "email": { "address": "ra****@example.com", "verified": false, "verifiedAt": null } } }
Get mobile and email verification status for a user
curl -X GET https://api.stablepay.global/v2/users/usr_abc123/verify/status \ -H "Authorization: Bearer YOUR_API_KEY"
email
null
Not Found