Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Publisher ID
curl --request GET \
--url https://api.tagdeliver.com/tag/{uid}/status \
--header 'Authorization: Bearer <token>'{
"results": {
"approval_status": 1,
"web": {
"enabled": true,
"build_notes": null,
"build_status": "Complete",
"latest_build": "2025-10-29 10:26:57",
"live": true,
"tag_version": "master.49855096",
"tag_latest": "master.49855096",
"ads_txt_valid": false,
"enabled_config_count": 5
},
"app": {
"active": false,
"enabled": false,
"build_notes": null,
"build_status": null,
"latest_build": null,
"live": false,
"app_ads_txt_valid": true,
"enabled_config_count": 0
}
},
"success": true
}Fetches the status of the publisher tag and the app sdk for the given publisher
curl --request GET \
--url https://api.tagdeliver.com/tag/{uid}/status \
--header 'Authorization: Bearer <token>'{
"results": {
"approval_status": 1,
"web": {
"enabled": true,
"build_notes": null,
"build_status": "Complete",
"latest_build": "2025-10-29 10:26:57",
"live": true,
"tag_version": "master.49855096",
"tag_latest": "master.49855096",
"ads_txt_valid": false,
"enabled_config_count": 5
},
"app": {
"active": false,
"enabled": false,
"build_notes": null,
"build_status": null,
"latest_build": null,
"live": false,
"app_ads_txt_valid": true,
"enabled_config_count": 0
}
},
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Publisher ID
Was this page helpful?