Skip to main content
GET
/
v1
/
report
/
app-adstxt
/
{uid}
/report/app-adstxt/:uid
curl --request GET \
  --url https://api.tagdeliver.com/v1/report/app-adstxt/{uid} \
  --header 'Authorization: Bearer <token>'
{
  "results": {
    "file_found": true,
    "ci_present": true,
    "up_to_date": true,
    "missing_lines": [],
    "requirements": []
  },
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

uid
integer
required

Publisher ID

Response

200 - application/json
results
object
required
success
boolean
required