Branding Update

/branding/update

Arguments:

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

Example Success

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

Example Error

if the server encounters an error attempting to process your request you will receive a 500 error.
{
"code": 500,
"status": "error",
"data": "There was an error updating with the new domain"
}
If the information passed is incorrect, or incomplete you will see a 400 error.
{
"code": 400,
"status": "error",
"data": "domain is not available (1)"
}