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
x >= 0
Passkey session URL retrieved successfully
Was this page helpful?