Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Publisher ID
Body
application/json · object
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
}Validate the configuration of a given integration. Each integrations requirements vary, so use this endpoint to check all requirements have been met
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
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Publisher ID
Was this page helpful?