cURL
curl --request POST \ --url https://developer-api.squads.so/api/v1/passkeys/externally-signed-account \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-squads-network: <x-squads-network>' \ --data ' { "authenticatorResponse": {}, "metaInfo": { "redirectUrl": "<string>" } } '
{ "externallySignedAccount": "<string>", "sessionKey": { "key": "<string>", "expiration": 123 }, "redirectUrl": "<string>" }
Retrieve an externally signed account from a WebAuthn authenticator response
UUID-based API key provided by Squads
Specifies the network for the API request
mainnet
devnet
Complete WebAuthn authenticator response as JSON value
Optional metadata information
Show child attributes
Externally signed account retrieved successfully
Solana public key of the externally signed account
Optional session key information
Optional redirect URL
Was this page helpful?