cURL
curl --request POST \ --url https://jamquest-dev.techboo.net/api/v1/user/verify-email \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "code": "<string>" } '
{ "status": "ok", "data": { "message": "Email verified successfully." } }
Access token obtained during login or registration. Use this token in the Authorization header for authenticated requests.
Email verified successfully
"ok"
Show child attributes
"Email verified successfully."