API v1 ReferenceRequest password
Request password reset email
Request password reset email for the Orbiq Trust Center. Browse request parameters, authentication requirements, response payloads, and working code samples…
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/request-password" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com" }'{ "ok": true, "message": "string"}How is this guide?