Skip to main content

Get a list of all metrics accounts

GET 

/v1/account-management/metrics-accounts

Get a list of all metrics accounts

Request

Responses

OK

Schema
  • Array [
  • id integer

    ID of the metrics account

    accountName string

    Name of metrics account.

    token string

    Metrics account token

    createdAt date-time

    Timestamp of account creation

    planUts integer

    Usage plan for Unique Time Series (UTS). UTS defines the number of unique time series an account is allowed to have. If usage exceeds the plan, exceeding data points will not be processed.

    authorizedAccountsIds integer[]

    IDs of authorized accounts

  • ]
Loading...