cURL
curl --request GET \ --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 ' { "metaInfo": { "appName": "<string>", "redirectUrl": "<string>" }, "baseUrl": "<string>", "sessionKey": "<unknown>" } '
{ "url": "<string>" }
Retrieve existing passkey session information. Returns a session URL with challenge for passkey lookup.
Your Grid API key from the Grid Dashboard
Solana network environment (sandbox, devnet, mainnet)
Show child attributes
Grid v1 API SessionKey type that supports backward-compatible deserialization from both raw bytes array (old format) and base58 string (new format). Always serializes to base58 string format.
Passkey session URL retrieved successfully
Was this page helpful?