curl --request GET \
--url https://demo.onlinebillingform.com/api/v2/module/get-module-configuration \
--header 'Authorization: Bearer <token>'{
"success": true,
"module": {
"settings": [
{
"user_id": 1,
"name": "stripe.enabled",
"value": "1"
}
],
"integrations": []
}
}curl --request GET \
--url https://demo.onlinebillingform.com/api/v2/module/get-module-configuration \
--header 'Authorization: Bearer <token>'{
"success": true,
"module": {
"settings": [
{
"user_id": 1,
"name": "stripe.enabled",
"value": "1"
}
],
"integrations": []
}
}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.