GET
/
api
/
v1
/
organizations
/
{organizationId}
/
realms
Get organization realms
curl --request GET \
  --url https://api.drip.re/api/v1/organizations/{organizationId}/realms \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "activeTokens": {},
      "analytics": {},
      "extraPerks": {},
      "level": 123,
      "members": [
        {
          "id": "<string>",
          "realmMemberId": "<string>",
          "dynamicId": "<string>",
          "username": "<string>",
          "displayName": "<string>",
          "imageUrl": "<string>",
          "email": "<string>",
          "about": "<string>",
          "alias": "<string>",
          "metadata": {},
          "firstVisit": "2023-11-07T05:31:56Z",
          "lastVisit": "2023-11-07T05:31:56Z",
          "joinedAt": "2023-11-07T05:31:56Z",
          "referralId": "<string>",
          "credentials": [
            {
              "format": "<string>",
              "publicIdentifier": "<string>",
              "oauthProvider": "<string>",
              "oauthAccountId": "<string>"
            }
          ],
          "balances": [
            {
              "balance": 123,
              "currencyId": "<string>",
              "currencyName": "<string>",
              "currencyEmoji": "<string>"
            }
          ],
          "teamMembership": {
            "id": "<string>",
            "role": "<string>",
            "scopes": [
              "<string>"
            ]
          }
        }
      ],
      "apiClient": {
        "id": "<string>",
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "clientId": "<string>",
        "clientSecret": "<string>",
        "realmId": "<string>",
        "realm": {},
        "token": "<string>"
      },
      "name": "<string>",
      "ownerId": "<string>",
      "description": "<string>",
      "logo": "<string>",
      "banner": "<string>",
      "image": "<string>",
      "imageBlurHash": "<string>",
      "fontMain": "<string>",
      "fontHeader": "<string>",
      "subdomain": "<string>",
      "customDomain": "<string>",
      "premiumLevel": 123,
      "serverId": "<string>",
      "subscriptions": [
        "<any>"
      ],
      "tokenAlias": "<string>",
      "wallet": "<string>",
      "whitelabel": {},
      "configuration": {
        "step": 123,
        "render": {},
        "preview": {},
        "sectionConfiguration": {},
        "pageConfiguration": {},
        "colorConfiguration": {},
        "fontConfiguration": {}
      },
      "published": true,
      "verified": true,
      "tags": [
        "<string>"
      ],
      "twitter": {
        "code": "<string>",
        "channel": "<string>",
        "username": "<string>",
        "company": "<string>",
        "url": "<string>",
        "metadata": {}
      },
      "discord": {
        "code": "<string>",
        "channel": "<string>",
        "username": "<string>",
        "company": "<string>",
        "url": "<string>",
        "metadata": {}
      },
      "youtube": {
        "code": "<string>",
        "channel": "<string>",
        "username": "<string>",
        "company": "<string>",
        "url": "<string>",
        "metadata": {}
      },
      "instagram": {
        "code": "<string>",
        "channel": "<string>",
        "username": "<string>",
        "company": "<string>",
        "url": "<string>",
        "metadata": {}
      },
      "medium": {
        "code": "<string>",
        "channel": "<string>",
        "username": "<string>",
        "company": "<string>",
        "url": "<string>",
        "metadata": {}
      },
      "linkedin": {
        "code": "<string>",
        "channel": "<string>",
        "username": "<string>",
        "company": "<string>",
        "url": "<string>",
        "metadata": {}
      },
      "tiktok": {
        "code": "<string>",
        "channel": "<string>",
        "username": "<string>",
        "company": "<string>",
        "url": "<string>",
        "metadata": {}
      },
      "telegram": {
        "code": "<string>",
        "channel": "<string>",
        "username": "<string>",
        "company": "<string>",
        "url": "<string>",
        "metadata": {}
      },
      "teamMembers": [
        {
          "id": "<string>",
          "realmId": "<string>",
          "realm": {},
          "accountId": "<string>",
          "account": {
            "id": "<string>",
            "dynamicId": "<string>",
            "username": "<string>",
            "displayName": "<string>",
            "imageUrl": "<string>",
            "email": "<string>",
            "about": "<string>",
            "alias": "<string>",
            "metadata": {},
            "firstVisit": "2023-11-07T05:31:56Z",
            "lastVisit": "2023-11-07T05:31:56Z",
            "referred": [
              {
                "id": "<string>",
                "referredById": "<string>",
                "referredBy": {},
                "referralId": "<string>",
                "referred": {},
                "referredId": "<string>",
                "createdAt": "2023-11-07T05:31:56Z",
                "updatedAt": "2023-11-07T05:31:56Z"
              }
            ],
            "referredBy": {
              "id": "<string>",
              "referredById": "<string>",
              "referredBy": {},
              "referralId": "<string>",
              "referred": {},
              "referredId": "<string>",
              "createdAt": "2023-11-07T05:31:56Z",
              "updatedAt": "2023-11-07T05:31:56Z"
            },
            "referralId": "<string>",
            "credentials": [
              "<any>"
            ],
            "teamMemberships": [
              {}
            ]
          },
          "role": "OWNER",
          "scopes": [
            "<string>"
          ],
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z"
        }
      ],
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "meta": {
    "hasNextPage": false,
    "hasPreviousPage": false,
    "startCursor": "<string>",
    "endCursor": "<string>",
    "totalCount": 123
  }
}

Authorizations

Authorization
string
header
required

API Key

Query Parameters

take
integer
from
string

Response

200
application/json

Default Response

The response is of type object.