Skip to main content
GET
/
usage
/
counters
List all available usage counters
import requests

url = "http://api/apollo/usage/counters"

response = requests.get(url)

print(response.text)
[
  "<string>"
]

Response

200 - application/json

successful operation

The response is of type string[].