cURL
curl --request POST \ --url https://grid.squads.xyz/api/grid/v1/passkeys/find \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-grid-environment: <x-grid-environment>' \ --data ' { "authenticatorResponse": {}, "sessionKey": {} } '
{ "passkey_account": "<string>", "session_key": {} }
Find a passkey account using authenticator response. Returns the passkey account address and session key.
Your Grid API key from the Grid Dashboard
Solana network environment (sandbox, devnet, mainnet)
Passkey account found successfully
Was this page helpful?