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