API v1 ReferenceRequest password
Request password reset email
Request Body
application/json
email*string
Email address associated with the user account.
Format
emailresetPath?string
Optional relative path override for the reset link.
Response Body
application/json
application/json
application/json
curl -X POST "https://app.orbiqhq.com/api/v1/request-password" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com" }'{
"ok": true,
"message": "If that email exists, we've sent password reset instructions. Don't worry if you don't see it right away, it might take a few minutes to arrive."
}{
"error": "string"
}{
"error": "string"
}How is this guide?