Verification Record
Response shape and record semantics for Signal Tags verification endpoints.
Verification response shape
A compliant endpoint should return a typed response with:
status: verification outcometag: full Signal Tag recordverifiedAt: timestamp of response generationendpoint: endpoint URL/source identifier
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"
}
}
}