Skip to main content

Check Billing Status

Endpoint

https://api.betatel.com/api/billing/status

Method: GET

Description: Check the operational status of the billing service.

Let’s Dive Into the Code!

Choose your preferred programming language and use the provided examples to integrate the get check billing status.

Example - cURL
curl --location 'https://api.betatel.com/api/billing/status'

Response

JSON Schema:

{
"status": "operational",
"version": "1.0.3",
"uptime": "3d 5h 12m"
}
FieldTypeDescription
statusstringIndicates the current operational status of the service (e.g., "operational").
versionstringThe current version of the billing service API (e.g., "1.0.3").
uptimestringThe duration for which the service has been operational (e.g., "3d 5h 12m").