AGG is currently in alpha. APIs, components, and docs may change.
cURL
curl --request GET \ --url https://api.agg.market/apps/{appId}/users/{userId} \ --header 'x-app-api-key: <api-key>'
{ "id": "<string>", "username": "<string>", "externalId": "<string>", "suspended": true, "createdAt": "<string>", "updatedAt": "<string>", "_count": { "orders": 123 } }
App-scoped API key for programmatic app management.
200
Show child attributes