cURL
curl --request GET \ --url https://api.agentic.scope3.com/api/v2/accounts \ --header 'Authorization: Bearer <token>'
{ "accounts": [ { "id": 100, "company": "Acme Inc", "name": "Acme", "role": "ADMIN" } ] }
List all customer accounts the authenticated user has active membership on.
API key or access token
List customer accounts
List of customer accounts for the authenticated user
Customer accounts the user has access to
Show child attributes