Get paginated list of realms that have installed this app
curl --request GET \
--url https://api.drip.re/api/v1/realms/{realmId}/apps/{appId}/installs \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"realmId": "<string>",
"appId": "<string>",
"approvedScopes": [
"<string>"
],
"platformType": "<string>",
"platformId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"realm": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"imageUrl": "<string>",
"ownerId": "<string>",
"owner": {
"id": "<string>",
"displayName": "<string>",
"username": "<string>",
"imageUrl": "<string>"
},
"createdAt": "2023-11-07T05:31:56Z",
"memberCount": 123
}
}
],
"meta": {
"total": 123,
"page": 123,
"limit": 123,
"totalPages": 123,
"hasNextPage": true,
"hasPreviousPage": true
}
}API Key
Page number
x >= 1Number of items per page
1 <= x <= 100Search term for realm name or description
Field to sort by
createdAt, updatedAt, realmName, memberCount Sort order
asc, desc Default Response
Show child attributes
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.drip.re/api/v1/realms/{realmId}/apps/{appId}/installs \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"realmId": "<string>",
"appId": "<string>",
"approvedScopes": [
"<string>"
],
"platformType": "<string>",
"platformId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"realm": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"imageUrl": "<string>",
"ownerId": "<string>",
"owner": {
"id": "<string>",
"displayName": "<string>",
"username": "<string>",
"imageUrl": "<string>"
},
"createdAt": "2023-11-07T05:31:56Z",
"memberCount": 123
}
}
],
"meta": {
"total": 123,
"page": 123,
"limit": 123,
"totalPages": 123,
"hasNextPage": true,
"hasPreviousPage": true
}
}