GET
/
api
/
v4
/
realms
/
{id}
/
members
/
includes
curl --request GET \
  --url https://api.drip.re/api/v4/realms/{id}/members/includes \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "wallets": [
    "<string>"
  ]
}'
{
  "included": [
    true
  ]
}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

id
string
required

Body

application/json
wallets
string[]
required

Response

200 - application/json
Successfully checked wallet inclusion
included
boolean[]