Skip to main content
GET
/
apps
/
{appId}
/
users
List users
curl --request GET \
  --url https://api.agg.market/apps/{appId}/users \
  --header 'x-app-api-key: <api-key>'
{
  "message": "<string>"
}

Authorizations

x-app-api-key
string
header
required

App-scoped API key for programmatic app management.

Path Parameters

appId
string
required

Query Parameters

limit
number
Required range: 1 <= x <= 100
cursor
string

Response

200