Skip to main content
GET
/
accounts
List customer accounts
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key or access token

Response

List customer accounts

List of customer accounts for the authenticated user

accounts
object[]
required

Customer accounts the user has access to