cURL
auth
Post apiv1authforgot password
Initiate password reset process.
Request Body:
{
"email": "user@example.com"
}
Response:
- 200: Password reset email sent (or email not found - no distinction for security)
- 400: Invalid email format
- 500: Server error sending email
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.capedigital.co.ke/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your JWT token in the format: Bearer
Response
200
No response body
