lookup By Credential Id
Looks up smart account contracts by WebAuthn credential ID.
Queries the indexer for all smart account contracts where the specified credential ID is registered as an external signer in any context rule.
Return
A response containing the credential ID, matching contracts, and count.
Parameters
credential Id
The credential ID to look up (base64url-encoded, no padding). Will be converted to hex for the API call.
Throws
if the credential ID is not valid base64url.
if the request fails.
if the request times out.