GET
/
api
/
v1
/
usage
/
{bid}
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

bid
string
required

The billing id.

Response

200
application/json
The billing usage information
data
object[]
required