Modify affiliates’ login password
HTTP method
Endpoint
PATCH
/aff/v1/affiliates
Request body parameters
Field
Type
Description
Nullable
old_password
string
Old password.
No
new_password
string
New password.
No
Example request
Request PATCH https://{partnername}.api.offerslook.com/aff/v1/affiliates
Request PATCH http://{partnername}.api.offerslook.com/aff/v1/affiliates
{
"old_password": "abcdefg1234",
"new_password": "ABC567g"
}
Example response
{
"code": 0,
"message": "Success",
"data": {
"affiliate_password": "SUCCESS"
}
}
Last updated
Was this helpful?