OpenMeter Customers
Get a customer's credit balance
Get a credit balance.
get/openmeter/customers/{customerId}/credits/balance
Path parameters
customerIdstring required
ULID (Universally Unique Lexicographically Sortable Identifier).
Example:01G65Z755AFWAKHE12NY0CQ9FH
Query parameters
Return the credit balance as of this timestamp.
Defaults to the current time. Historical responses return live as zero because live charge impacts are only available for current balances.
Response
CreditBalances response.
Example response
{
"retrieved_at": "2023-01-01T01:01:01.001Z",
"balances": [
{
"currency": "USD"
}
]
}