GET
/
vpn
/
branding
/
get
curl --request GET \
  --url https://demo.onlinebillingform.com/api/v1/vpn/branding/get \
  --header 'token: <api-key>'
{
  "success": true,
  "vpn_branding": [
    {
      "business_name": "BS VPN",
      "support_email": "support@baseserv.com",
      "filename_logo": "Shimano_logo.png",
      "path_logo": "clientProductFiles/1/Shimano_logo.png",
      "filename_homepage1": "welcome.png",
      "path_homepage1": "clientProductFiles/1/welcome.png",
      "filename_homepage2": "encrypted.png",
      "path_homepage2": "clientProductFiles/1/encrypted.png",
      "filename_homepage3": "connected.png",
      "path_homepage3": "clientProductFiles/1/connected.png"
    }
  ]
}

Authorizations

token
string
header
required

Response

200 - application/json

OK

The response is of type object.