Branding Update
/branding/update
- token (required)
- brand (required)
- domain (required)
- file_css
- file_logo
{
"code": 200,
"status": "success",
"data": "successfully updated whitelabel options"
}
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)"
}