curl --request POST \
--url https://api.getovra.com/delegations/{id}/redeem \
--header 'Content-Type: application/json' \
--data '{}'{
"error": "<string>"
}Public endpoint — no auth required. The delegation id and an accompanying secret prove the redeemer is authorized.
curl --request POST \
--url https://api.getovra.com/delegations/{id}/redeem \
--header 'Content-Type: application/json' \
--data '{}'{
"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.
The body is of type object.
Delegation redeemed