Submit passkey session
Submit passkey ceremony data (create or auth) to initialize or refresh a passkey account. Returns the passkey account address, session key, and optionally a smart account if the passkey is a signer on one.
Documentation Index
Fetch the complete documentation index at: https://developers.squads.so/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your Grid API key from the Grid Dashboard
Headers
Solana network environment (sandbox, devnet, mainnet)
Body
create, auth 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.
x >= 0Response
Passkey session submitted successfully. If the passkey is a signer on a smart account, smart_account data will be included in the response.