Body
Required
-
old_password
string Required -
new_password
string Required -
otp
string Required
PUT
/api/v1/profile/update-password
curl \
--request PUT 'https://api.crawlora.com/api/v1/profile/update-password' \
--header "x-api-key: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"old_password":"string","new_password":"string","otp":"string"}'
Request examples
{
"old_password": "string",
"new_password": "string",
"otp": "string"
}
Response examples (401)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}
Response examples (404)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}
Response examples (422)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}