Skip to main content
POST
/
v1
/
pub-stack
/
{uid}
/
integration
/pub-stack/:uid/integration
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uid
integer
required

Body

application/json
id
integer

ID of the integration to connect in

Response

200 - application/json
success
boolean
required