curl --request GET \
--url https://api.tagdeliver.com/v1/tag/{uid}/placement \
--header 'Authorization: Bearer <token>'{
"results": [
{
"id": 18,
"title": "Footer Placement",
"config_count": 0,
"enabled": false
}
],
"success": true
}Fetch a list of all app placements under the given publisher
curl --request GET \
--url https://api.tagdeliver.com/v1/tag/{uid}/placement \
--header 'Authorization: Bearer <token>'{
"results": [
{
"id": 18,
"title": "Footer Placement",
"config_count": 0,
"enabled": false
}
],
"success": true
}Documentation Index
Fetch the complete documentation index at: https://docs.contentignite.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?