curl --request GET \
--url https://api.getovra.com/cards/{cardId}/pin \
--header 'Authorization: Bearer <token>'{
"pinRevealToken": "<string>",
"expiresAt": "2023-11-07T05:31:56Z"
}API-key only. Returns a one-shot PIN reveal token — agent tokens cannot access this endpoint. Rate limited to 3 req/min.
curl --request GET \
--url https://api.getovra.com/cards/{cardId}/pin \
--header 'Authorization: Bearer <token>'{
"pinRevealToken": "<string>",
"expiresAt": "2023-11-07T05:31:56Z"
}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.