API Reference
Complete API documentation and reference
Search for realms that an app is authorized to access. Can only be used by the app itself.
cURL
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>", "createdAt": "<string>", "updatedAt": "<string>", "approvedScopes": [ "<string>" ] } ], "meta": { "hasNextPage": false, "hasPreviousPage": false, "startCursor": "<string>", "endCursor": "<string>", "totalCount": 123 } }
API Key
realmId
platformId
Comma-separated list of values to search for
1 <= x <= 100
Cursor to start from
Default Response
Show child attributes
Was this page helpful?