v1
latestOpenAPI 3.1.0MIT2026-07-13698.3 KBindexer
Get the Recovery Agent for a particular World ID given its leaf index.
If no recovery agent is set, the zero address is returned.
post/recovery-agent
Request body
Example request
{
"leaf_index": "0x1"
}Response
Example response
{
"recovery_agent": "0x0"
}