Reseller - Update Branding

/update_branding

Full Url

Arguments

  • token (required)
  • reseller_id (required)
  • old_domain (required)
  • brand (required)
  • domain (required)
  • file_css
  • file_logo

Description

Set a reseller's branding. Similar to how you would set your own.

Example Success

{
"code" 200,
"status": "success",
"data": "successfully updated whitelabel options"
}

Example Error

{
"code": 400,
"status": "error",
"data": "Must supply a brand name"
}