Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
ID of the integration to connect in
Response
200 - application/json
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
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the integration to connect in
Was this page helpful?