cURL
curl --request GET \ --url https://connect.withvayu.com/meters/{meterId} \ --header 'Authorization: Bearer <token>'
{ "meter": { "name": "<string>", "eventName": "<string>", "aggregationMethod": { "operator": "Count", "field": "<string>", "instanceKey": "<string>" }, "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "filter": { "conditions": [ { "criterions": [ { "field": "<string>", "operator": "Equals", "value": "<string>" } ] } ] } } }
Get a Meter by id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
^[0-9a-fA-F]{24}$
RequestSuccess
Show child attributes