Skip to main content
POST
/
module
/
activate-deactivate
Activate or deactivate module
curl --request POST \
  --url https://demo.onlinebillingform.com/api/v2/module/activate-deactivate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "module": "<string>",
  "status": 123
}
'
{
  "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

module
string
required
status
integer
required

1 = active, 2 = deactivated

Response

OK

success
boolean