API Reference
Complete API documentation and reference
Link NFTs of a specific member of a specific activation to another activation
cURL
curl --request POST \ --url https://api.drip.re/api/v1/realms/{realmId}/web3/members/{dripId}/nfts/link \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "activationIds": [ "<string>" ] }'
{}
API Key
Default Response
The response is of type any.
any
Was this page helpful?