Authorizations
API Key
Body
application/json
Response
Default Response
The response is of type any.
Link collections of a specific activation to another activation
curl --request POST \
--url https://api.drip.re/api/v1/realms/{realmId}/web3/activations/{sourceActivationId}/link \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"targetActivationId": "<string>"
}'{}API Key
Default Response
The response is of type any.
Was this page helpful?
curl --request POST \
--url https://api.drip.re/api/v1/realms/{realmId}/web3/activations/{sourceActivationId}/link \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"targetActivationId": "<string>"
}'{}