App
Get App Authorized Realms
App
Get App Authorized Realms
GET
/
api
/
v1
/
apps
/
{appId}
/
authorized-realms
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
}
}
Authorizations
API Key
Path Parameters
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
}
}