tagd.sh

Verification Record

Response shape and record semantics for Signal Tags verification endpoints.

Verification response shape

A compliant endpoint should return a typed response with:

Example

{
  "status": "authentic",
  "verifiedAt": "2026-03-12T18:22:00Z",
  "endpoint": "https://verify.betterdata.co",
  "tag": {
    "id": "st_example_001",
    "status": "verified",
    "productId": "prod_example_001",
    "organizationId": "org_example",
    "createdAt": "2026-02-25T10:00:00.000Z",
    "metadata": {
      "gtin": "00312547691215"
    }
  }
}