Skip to main content
GET
/
v1
/
report
/
adstxt
/report/adstxt
curl --request GET \
  --url https://api.tagdeliver.com/v1/report/adstxt \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "uid": 18620,
      "file_found": true,
      "ci_present": true,
      "up_to_date": false,
      "last_checked": "2025-05-14 10:10:03",
      "content_type": "text/plain",
      "source": "web",
      "domain": "example.com"
    }
  ],
  "success": true
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
results
object[]
required
success
boolean
required