v1

latestOpenAPI 3.1.0MIT2026-07-13698.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

authenticator_pubkeysstring[] required

The compressed authenticator public keys for the account.

Entries may be null for removed authenticator slots to preserve pubkey_id positions.

offchain_signer_commitmentstring hex required

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

All 6 operations