curl --request GET \
--url https://api.drip.re/api/v1/apps/{appId}/authorized-realms \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "<string>",
"realmId": "<string>",
"platformType": "<string>",
"platformId": "<string>",
"approvedScopes": [
"<string>"
],
"createdAt": "<string>",
"updatedAt": "<string>"
}
],
"meta": {
"totalCount": 123,
"hasNextPage": true,
"nextCursor": null
}
}
curl --request GET \
--url https://api.drip.re/api/v1/apps/{appId}/authorized-realms \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "<string>",
"realmId": "<string>",
"platformType": "<string>",
"platformId": "<string>",
"approvedScopes": [
"<string>"
],
"createdAt": "<string>",
"updatedAt": "<string>"
}
],
"meta": {
"totalCount": 123,
"hasNextPage": true,
"nextCursor": null
}
}