Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request GET \
--url https://api.tagdeliver.com/v1/pub-stack/{uid}/integration \
--header 'Authorization: Bearer <token>'{
"results": [
{
"id": 930,
"type": "ad_tech",
"icon": "https://cdn.tagdeliver.com/assets/logo/admiral.svg",
"icon_dark": "https://cdn.tagdeliver.com/assets/logo/admiral--dark.svg",
"title": "Admiral",
"sub_title": "Ad block recovery. Content Ignite",
"schema": null,
"owner": "Content Ignite"
},
{
"id": 628,
"type": "ad_tech",
"icon": "https://cdn.tagdeliver.com/assets/logo/blockthrough.svg",
"icon_dark": "https://cdn.tagdeliver.com/assets/logo/blockthrough--dark.svg",
"title": "Blockthrough",
"sub_title": "Ad block recovery. Content Ignite",
"schema": null,
"owner": "Content Ignite"
},
{
"id": 831,
"type": "ad_tech",
"icon": "https://cdn.tagdeliver.com/assets/logo/euid.svg",
"icon_dark": "https://cdn.tagdeliver.com/assets/logo/euid--dark.svg",
"title": "European Unified ID (EUiD)",
"sub_title": "IDs & Addressability Signals. CORE",
"schema": null,
"owner": "Content Ignite"
},
{
"id": 819,
"type": "ad_tech",
"icon": "https://cdn.tagdeliver.com/assets/logo/liveramp.svg",
"icon_dark": "https://cdn.tagdeliver.com/assets/logo/liveramp--dark.svg",
"title": "RampID",
"sub_title": "IDs & Addressability Signals. Content Ignite",
"schema": null,
"owner": "Content Ignite"
},
{
"id": 882,
"type": "ad_tech",
"icon": "https://cdn.tagdeliver.com/assets/logo/themediatrust.svg",
"icon_dark": "https://cdn.tagdeliver.com/assets/logo/themediatrust--dark.svg",
"title": "The Media Trust",
"sub_title": "Real-time ad filtering/protection. CORE",
"schema": null,
"owner": "Content Ignite"
},
{
"id": 832,
"type": "ad_tech",
"icon": "https://cdn.tagdeliver.com/assets/logo/uid2.svg",
"icon_dark": "https://cdn.tagdeliver.com/assets/logo/uid2--dark.svg",
"title": "Unified ID 2.0 (UID2)",
"sub_title": "IDs & Addressability Signals. CORE",
"schema": null,
"owner": "Content Ignite"
}
],
"success": true
}Fetches a list of publisher level integrations that could be connected to the given publisher
curl --request GET \
--url https://api.tagdeliver.com/v1/pub-stack/{uid}/integration \
--header 'Authorization: Bearer <token>'{
"results": [
{
"id": 930,
"type": "ad_tech",
"icon": "https://cdn.tagdeliver.com/assets/logo/admiral.svg",
"icon_dark": "https://cdn.tagdeliver.com/assets/logo/admiral--dark.svg",
"title": "Admiral",
"sub_title": "Ad block recovery. Content Ignite",
"schema": null,
"owner": "Content Ignite"
},
{
"id": 628,
"type": "ad_tech",
"icon": "https://cdn.tagdeliver.com/assets/logo/blockthrough.svg",
"icon_dark": "https://cdn.tagdeliver.com/assets/logo/blockthrough--dark.svg",
"title": "Blockthrough",
"sub_title": "Ad block recovery. Content Ignite",
"schema": null,
"owner": "Content Ignite"
},
{
"id": 831,
"type": "ad_tech",
"icon": "https://cdn.tagdeliver.com/assets/logo/euid.svg",
"icon_dark": "https://cdn.tagdeliver.com/assets/logo/euid--dark.svg",
"title": "European Unified ID (EUiD)",
"sub_title": "IDs & Addressability Signals. CORE",
"schema": null,
"owner": "Content Ignite"
},
{
"id": 819,
"type": "ad_tech",
"icon": "https://cdn.tagdeliver.com/assets/logo/liveramp.svg",
"icon_dark": "https://cdn.tagdeliver.com/assets/logo/liveramp--dark.svg",
"title": "RampID",
"sub_title": "IDs & Addressability Signals. Content Ignite",
"schema": null,
"owner": "Content Ignite"
},
{
"id": 882,
"type": "ad_tech",
"icon": "https://cdn.tagdeliver.com/assets/logo/themediatrust.svg",
"icon_dark": "https://cdn.tagdeliver.com/assets/logo/themediatrust--dark.svg",
"title": "The Media Trust",
"sub_title": "Real-time ad filtering/protection. CORE",
"schema": null,
"owner": "Content Ignite"
},
{
"id": 832,
"type": "ad_tech",
"icon": "https://cdn.tagdeliver.com/assets/logo/uid2.svg",
"icon_dark": "https://cdn.tagdeliver.com/assets/logo/uid2--dark.svg",
"title": "Unified ID 2.0 (UID2)",
"sub_title": "IDs & Addressability Signals. CORE",
"schema": null,
"owner": "Content Ignite"
}
],
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?