Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
POST
/api-v1/myaccount/password
curl \
--request POST 'https://wyzio.app/api-v1/myaccount/password' \
--header "Content-Type: application/json" \
--data '{"id":42,"currentPassword":"string","newPassword":"string"}'
Request examples
# Headers
# Payload
{
"id": 42,
"currentPassword": "string",
"newPassword": "string"
}