curl --request GET \ --url https://api.drip.re/api/v1/apps/{appId}/authorized-realms/search \ --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 } }
API Key
realmId
platformId
Comma-separated list of values to search for
1 <= x <= 100
Cursor to start from
Default Response
The response is of type object.
object