Skip to main content
GET
/
v1
/
aggregators
/
{id}
/
usage
Get aggregator usage
curl --request GET \
  --url https://api.hyperline.co/v1/aggregators/{id}/usage \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "unit_name": "<string>",
  "thresholds": [
    {
      "id": "<string>",
      "name": "<string>",
      "value": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.hyperline.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

id
string
required

Aggregator ID.

name
string
required

Display name.

unit_name
string | null
required

Unit name (e.g. 'request', 'user').

thresholds
object[]
required