cURL
curl --request GET \ --url https://api.agentic.scope3.com/api/v2/accounts/current \ --header 'Authorization: Bearer <token>'
{ "id": 100, "company": "Acme Inc", "name": "Acme", "role": "ADMIN" }
Get the authenticated user’s current customer account context.
API key or access token
Get current account
Current customer account context
Customer ID
-9007199254740991 <= x <= 9007199254740991
100
Company name
"Acme Inc"
Display name
"Acme"
User role on this customer
"ADMIN"