GET
/
api
/
v1
/
usage-meters
List Usage Meters
curl --request GET \
  --url https://app.flowglad.com/api/v1/usage-meters \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "createdByCommit": "<string>",
      "updatedByCommit": "<string>",
      "livemode": true,
      "organizationId": "<string>",
      "name": "<string>",
      "pricingModelId": "<string>",
      "slug": "<string>",
      "aggregationType": "sum"
    }
  ],
  "currentCursor": "<string>",
  "nextCursor": "<string>",
  "hasMore": true,
  "total": 123
}

Authorizations

Authorization
string
header
required

Query Parameters

cursor
string
limit
string

Response

Successful response

data
object[]
required
hasMore
boolean
required
total
number
required
currentCursor
string
nextCursor
string