Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Publisher ID
curl --request POST \
--url https://api.tagdeliver.com/v1/ad-stack \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"stack": [
{
"id": 123,
"type": "<string>"
}
]
}'{
"results": {
"id": 815
},
"success": true
}Creates a new ad stack
curl --request POST \
--url https://api.tagdeliver.com/v1/ad-stack \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"stack": [
{
"id": 123,
"type": "<string>"
}
]
}'{
"results": {
"id": 815
},
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Publisher ID
Was this page helpful?