Reseller - Update Branding
/update_branding
- token (required)
- reseller_id (required)
- old_domain (required)
- brand (required)
- domain (required)
- file_css
- file_logo
Set a reseller's branding. Similar to how you would set your own.
{
"code" 200,
"status": "success",
"data": "successfully updated whitelabel options"
}
{
"code": 400,
"status": "error",
"data": "Must supply a brand name"
}