cURL
curl --request GET \ --url https://prod.oneloop.ai/api/v1/usage/{bid} \ --header 'Authorization: Bearer <token>'
{ "data": [ { "billingId": "<string>", "day": "<string>", "totalBillingUsage": "<string>", "billingUsageName": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The billing id.
The billing usage information
The response is of type object.
object