curl --request POST \
--url https://api.tagdeliver.com/v1/pub-stack/{uid}/integration \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 123
}'{
"success": true
}Creates an association between a publisher and a publisher level integration (adding it to the “Pub stack”)
curl --request POST \
--url https://api.tagdeliver.com/v1/pub-stack/{uid}/integration \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 123
}'{
"success": true
}Was this page helpful?