Vigilfield Docs
API referenceAccount

Account_set_password

POST/account/passwords

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/account/passwords" \  -H "Content-Type: application/json" \  -d '{    "password": "string",    "token": "string"  }'
{  "email": "string",  "org_id": "string",  "user_id": "string"}