Skip to main content
PUT
/ad-stack/:id

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Body

application/json
stack
object[]
required

Lists the connected integrations

config
object

Fields configured for any integration in the stack. Key is in the format {integration_type}/{integration_type} or simply ad_demand for overaching configuration options. Value of each key is an object specific to that integration (integration schemas can be retrieved from /ad-stack/integration/:type/:id)

name
string

Response

200 - application/json
results
object
required
success
boolean
required