Trust JSON Endpoint:
•
https://api.usetruesignal.com/trust?hash_id=705697e05475
About TrueSignal:
• TrueSignal helps teams build trust by surfacing data from your systems in an auditable, JSON-first way.
• This page is a simple JSON viewer for trust documents stored in
s3.trust_documents
and exposed through our API.
• To learn more about the platform, visit:
https://www.usetruesignal.com/
• Our docs, examples, and integrations are available from the main site.
Troubleshooting (bots + humans):
• Open the URL above directly in your browser or bot to confirm it returns JSON.
• For
404
errors: confirm the
hash_id
exists in
s3.trust_documents
.
• For
500
errors: ensure App Runner has a VPC connector and the RDS security group allows inbound 5432 from that connector SG.
• If served cross-domain, make sure the API has CORS enabled.
• Verify the API returns
Content-Type: application/json
.
• You can also test manually with:
curl -i -H "Accept: application/json" "https://api.usetruesignal.com/trust?hash_id=6015895b4d1e"