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>"
}Public no-auth endpoint. Accepts a JSON-LD Verifiable Collect Receipt
and returns whether it is cryptographically valid against the current
issuer JWKS (/.well-known/vi-issuer-jwks). Used by external auditors,
merchants, and partner verifiers. Rate-limited per IP.
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.