Skip to main content
POST
/
.well-known
/
verify-receipt
Verify a Verifiable Collect Receipt (no auth)
curl --request POST \
  --url https://api.getovra.com/.well-known/verify-receipt \
  --header 'Content-Type: application/ld+json' \
  --data '{}'
{
  "verified": true,
  "issuer": "<string>",
  "receiptId": "<string>",
  "reason": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.getovra.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

W3C Verifiable Credential JSON-LD document (receipt).

Response

Verification result

verified
boolean
issuer
string | null
receiptId
string | null
reason
string | null

Present when verified=false