Skip to content
Guides
API reference
stable

Request password reset

POST/v1/users/recovery-password

Header Parameters

X-Client-Id?string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/v1/users/recovery-password" \  -H "Content-Type: application/json" \  -d '{    "email": "string"  }'
{  "type": null,  "title": null,  "status": null,  "detail": null,  "instance": null,  "code": "string"}