GET
/
api
/
v1
/
realms
/
{realmId}
/
currencies
/
{currencyId}
/
shares
curl --request GET \
  --url https://api.drip.re/api/v1/realms/{realmId}/currencies/{currencyId}/shares \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "childRealmId": "<string>",
      "permissions": [
        "<string>"
      ],
      "status": "<string>",
      "childRealm": {
        "id": "<string>",
        "name": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

realmId
string
required
currencyId
string
required

Response

200 - application/json

Default Response

The response is of type object.