Skip to main content
POST
/
vpn
/
get
/
details
Get VPN details from client result
curl --request POST \
  --url https://demo.onlinebillingform.com/api/v2/vpn/get/details \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "result": "<string>"
}
'
{
  "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

result
string
required

Response

OK

success
boolean