cURL
curl --request GET \ --url https://api.promptmetrics.dev/prompt-logs/hash-chain/verify \ --header 'Authorization: Bearer <token>'
{ "responseData": { "is_valid": true, "total_records": 123, "verified_records": 123, "broken_at": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Hash chain verification result
Show child attributes