Authorizations
API Key
Response
Default Response
Re-sync a WEB3 activation for a realm, which will re-sync all the NFT data and ownership
curl --request POST \
--url https://api.drip.re/api/v1/realms/{realmId}/web3/activations/{activationId}/sync \
--header 'Authorization: Bearer <token>'{
"syncedCount": 123
}API Key
Default Response
Was this page helpful?
curl --request POST \
--url https://api.drip.re/api/v1/realms/{realmId}/web3/activations/{activationId}/sync \
--header 'Authorization: Bearer <token>'{
"syncedCount": 123
}