curl --request POST \
--url https://api.getovra.com/v1/mpp/credentials/by-challenge/{challengeId}/verify \
--header 'X-Merchant-Key: <api-key>'{
"error": "<string>"
}Same behavior as /v1/mpp/credentials//verify but accepts the outer challenge.id from the decrypted credential envelope rather than the issuer’s internal mppc_* id.
curl --request POST \
--url https://api.getovra.com/v1/mpp/credentials/by-challenge/{challengeId}/verify \
--header 'X-Merchant-Key: <api-key>'{
"error": "<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.