Skip to main content
POST
/
v1
/
ad-stack
/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
}

Authorizations

Authorization
string
header
required

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

Query Parameters

uid
integer
default:<integer>

Publisher ID

Body

application/json
name
string
stack
object[]

Response

200 - application/json
results
object
required
success
boolean
required