curl --request GET \
--url https://api.example.com/api/Billing \
--header 'Authorization: <api-key>'{
"bussinessName": "<string>",
"vat": "<string>",
"address": "<string>",
"addressLine2": "<string>",
"city": "<string>",
"zipCode": "<string>",
"country": "<string>",
"state": "<string>",
"email": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.hackgate.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
curl --request GET \
--url https://api.example.com/api/Billing \
--header 'Authorization: <api-key>'{
"bussinessName": "<string>",
"vat": "<string>",
"address": "<string>",
"addressLine2": "<string>",
"city": "<string>",
"zipCode": "<string>",
"country": "<string>",
"state": "<string>",
"email": "<string>"
}