PATCH
/
api
/
v4
/
realms
/
{id}
/
web3
/
collection
/
claim
/
all
curl --request PATCH \
  --url https://api.drip.re/api/v4/realms/{id}/web3/collection/claim/all \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "memberId": 123
}'
{
  "claimed": 123
}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

id
string
required

Body

application/json
memberId
integer
required

Response

200 - application/json
All tokens harvested successfully
claimed
integer