Endpoints
- Test API
- Group API
- Package API
- Country API
- Customer API
- Invoice API
- VPN API
VPN API
Branding Get API
GET
/
vpn
/
branding
/
get
Copy
curl --request GET \
--url https://demo.onlinebillingform.com/api/v1/vpn/branding/get \
--header 'token: <api-key>'
Copy
{
"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
Response
200 - application/json
OK
The response is of type object
.
Copy
curl --request GET \
--url https://demo.onlinebillingform.com/api/v1/vpn/branding/get \
--header 'token: <api-key>'
Copy
{
"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"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.