POST
/
vpn
/
branding
/
create
curl --request POST \
  --url https://demo.onlinebillingform.com/api/v1/vpn/branding/create \
  --header 'Content-Type: multipart/form-data' \
  --header 'token: <api-key>' \
  --form business_name=BillingServ \
  --form support_email=support@baseserv.com \
  --form 'logo_images=<string>' \
  --form 'home_screen_1=<string>' \
  --form 'home_screen_2=<string>' \
  --form 'home_screen_3=<string>'
{
  "success": true,
  "message": "Branding: 1 created successfully"
}

Authorizations

token
string
header
required

Body

multipart/form-data

Response

200 - application/json

OK

The response is of type object.

POST
/
vpn
/
branding
/
create
curl --request POST \
  --url https://demo.onlinebillingform.com/api/v1/vpn/branding/create \
  --header 'Content-Type: multipart/form-data' \
  --header 'token: <api-key>' \
  --form business_name=BillingServ \
  --form support_email=support@baseserv.com \
  --form 'logo_images=<string>' \
  --form 'home_screen_1=<string>' \
  --form 'home_screen_2=<string>' \
  --form 'home_screen_3=<string>'
{
  "success": true,
  "message": "Branding: 1 created successfully"
}

Authorizations

token
string
header
required

Body

multipart/form-data

Response

200 - application/json

OK

The response is of type object.