API Guide: Branding Information
Login as an administrative user before using any of these API calls.
get
?c=admin&t=branding&oper=get
{ "status": "ok", "error": "", "validate": 0, "data": { "custom_url_home": "", "custom_url_guide": "", "custom_url_contact": "", "custom_url_changelog": "", "custom_url_buy": "", "main_logo_image": "", "big_logo_image": "", "background_image": "", "background_property": "", "background_size": "cover" }, "bgfiles": { "digital.jpg": "lib\/layouts\/images\/stock\/digital.jpg", "kangchenjunga.jpg": "lib\/layouts\/images\/stock\/kangchenjunga.jpg", "network.jpg": "lib\/layouts\/images\/stock\/network.jpg" } }
set
You can set one or more of the following properties.
custom_url_home, custom_url_guide, custom_url_contact, custom_url_changelog, custom_url_buy, main_logo_image, big_logo_image, background_image, background_property, background_size
?c=admin&t=branding&oper=set&custom_url_home=https://example.com
{ "status": "ok", "error": "", "validate": 0, "data": { "custom_url_home": "https:\/\/example.com", "custom_url_guide": "", "custom_url_contact": "", "custom_url_changelog": "", "custom_url_buy": "", "main_logo_image": "", "big_logo_image": "", "background_image": "", "background_property": "", "background_size": "" } }