Skip to content

Change password

POST
/api/v1/auth/password

Request Body

application/json
JSON
{
  
"$schema": "https://bpincentives.com/schemas/Auth-password-changeRequest.json",
  
"currentPassword": "string",
  
"newPassword": "string"
}

Responses

No Content

Playground

Body

Samples

Powered by VitePress OpenAPI