GET
/
api
/
v1
/
organizations
/
with-realms
Get user organizations with realms
curl --request GET \
  --url https://api.drip.re/api/v1/organizations/with-realms \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "realms": [
        {
          "id": "<string>",
          "name": "<string>",
          "subdomain": "<string>",
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z"
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

API Key

Response

200
application/json

Default Response

The response is of type object.