Meters
List meters
Retrieves a list of meters.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
search?string
Response Body
application/json
curl -X GET "https://api.sandbox.billingrails.com/v1/biller/meters"{
"meters": [
{
"object": "meter",
"id": "mtr_IhMUl3rrZ3",
"name": "API Requests Meter",
"event_name": "API request",
"description": "Tracks API request usage for accounts.",
"status": "active",
"created_at": "2025-02-14T17:33:40.843Z",
"account_mapping": {
"type": "id",
"event_property": "billingrails_account_id"
},
"default_profile": {
"id": "mtrpro_IhMUl3rrZ3",
"name": "Monthly API Requests",
"code": "monthly_api_requests",
"recurring": true,
"aggregation_method": "count"
},
"profiles": [
{
"id": "mtrpro_IhMUl3rrZ3",
"name": "Monthly API Requests",
"code": "monthly_api_requests",
"recurring": true,
"aggregation_method": "count"
}
]
}
],
"meta": {
"request_id": "req_IhMUl3rrZ3",
"current_page": 1,
"per_page": 20,
"total_count": 100
}
}