Skip to main content

Get a specific metrics account

GET 

/v1/account-management/metrics-accounts/:metricsAccountId

Get a specific metrics account

Request

Path Parameters

    metricsAccountId stringrequired

Responses

OK

Schema
    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...