cURL
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" } ] }
Get billing status for managed accounts of a parent customer.
API key or access token
List billing accounts
Billing status for managed accounts of a parent customer
Show child attributes