Skip to main content

Get all billable metrics

Route

GET
/api/v1/billable_metrics?per_page=2&page=1

Usage

LAGO_URL="https://api.getlago.com"
API_KEY="__YOUR_API_KEY__"

curl --location --request GET "$LAGO_URL/api/v1/billable_metrics?per_page=2&page=1" \
--header "Authorization: Bearer $API_KEY"

Arguments

AttributesTypeDescription
per_pageString      OptionalNumber of records per page.
pageString      OptionalPage number

Responses

Billable metrics were successfully found

Returns a list of billable metric objects.