Skip to main content
POST
/
v1
/
ad-stack
/
integration
/
{type}
/
{id}
/ad-stack/integration/:type/:id
curl --request POST \
  --url https://api.tagdeliver.com/v1/ad-stack/integration/{type}/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "valid": true,
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

type
string
required
id
integer
required

Query Parameters

uid
integer
default:<integer>

Publisher ID

Body

application/json · object

Response

200 - application/json
valid
boolean
required
success
boolean
required