Skip to main content
POST
Get Authenticator Pubkeys

Body

application/json

Query for the indexer based on a leaf index.

Used for getting inclusion proofs and signature nonces.

leaf_index
string<hex>
required

The leaf index to query (from the WorldIDRegistry).

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

Example:

"0x1"

Response

200 - application/json

Response containing authenticator public keys for an account from the indexer.

authenticator_pubkeys
(string<hex> | null)[]
required

The compressed authenticator public keys for the account.

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

offchain_signer_commitment
string<hex>
required

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