Skip to main content
POST
/
api
/
v1
/
realms
/
{realmId}
/
web3
/
activations
/
{activationId}
/
sync
Re-sync an activation
curl --request POST \
  --url https://api.drip.re/api/v1/realms/{realmId}/web3/activations/{activationId}/sync \
  --header 'Authorization: Bearer <token>'
{
  "syncedCount": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.drip.re/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API Key

Path Parameters

realmId
string
required
activationId
string
required

Response

Default Response

syncedCount
number