Retrieve a meter by ID.
cURL
curl --request GET \ --url https://api.monk.com/v1/meters/{meterId} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "code": "<string>", "displayName": "<string>", "description": "<string>", "aggregationType": "SUM", "status": "active", "eventTypeFilter": { "include": [ "<string>" ], "exclude": [ "<string>" ] }, "propertyFilters": [ {} ], "aggregationKey": "<string>", "groupKeys": [ "<string>" ], "sql": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
meters:read
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Meter found
Show child attributes