v1

latestOpenAPI 3.0.32026-07-22194038.3 KB
indexer

Get Authenticator Pubkeys

Returns the compressed authenticator public keys for a given World ID by leaf index. Removed authenticator slots are returned as null to preserve pubkey_id positions.

post/authenticator-pubkeys

Request body

leaf_indexstring hex required

The leaf index to query (from the WorldIDRegistry).

Accepts decimal or 0x/0X-prefixed hex input.

Example request

{
  "leaf_index": "0x1"
}

Response

offchain_signer_commitmentstring hex required

The commitment to all the authenticator pubkeys. This commitment is stored in the WorldIDRegistry.