Skip to main content
POST
/
vpn
/
branding
/
create
Create VPN branding
curl --request POST \
  --url https://demo.onlinebillingform.com/api/v2/vpn/branding/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'business_name=<string>' \
  --form support_email=jsmith@example.com \
  --form logo_images='@example-file' \
  --form home_screen_1='@example-file' \
  --form home_screen_2='@example-file' \
  --form home_screen_3='@example-file'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://www.billingserv.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <live_api_key>.

Body

multipart/form-data
business_name
string
required
support_email
string<email>
required
logo_images
file
required
home_screen_1
file
required
home_screen_2
file
required
home_screen_3
file
required

Response

OK

success
boolean