Skip to main content
GET
/
billing
/
accounts
List billing accounts
curl --request GET \
  --url https://api.agentic.scope3.com/api/v2/storefront/billing/accounts \
  --header 'Authorization: Bearer <token>'
{
  "accounts": [
    {
      "customerId": 0,
      "name": "<string>",
      "company": "<string>",
      "inherited": true,
      "onboardingStatus": "pending"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key or access token

Response

List billing accounts

Billing status for managed accounts of a parent customer

accounts
object[]
required