Advanced - Custom UI
Get Externally Signed Account
Retrieve an externally signed account from a WebAuthn authenticator response
POST
Get externally signed account from authenticator response
Passkeys are currently only live on devnet. Mainnet support is coming soon.
Retrieves an externally signed account from a WebAuthn authenticator response. This is an advanced endpoint for companies that need to host passkey flows on their own domain.
For most applications, use the hosted UI approach instead.
Key Notes
- Custom Domain: Use this endpoint when hosting passkey flows on your own domain
- Complete Response Required: Submit the full WebAuthn authenticator response object
- Existing Passkeys: Works with previously registered passkeys
For detailed implementation, see the Custom Domain guide.
Authorizations
UUID-based API key provided by Squads
Headers
Specifies the network for the API request
Available options:
mainnet
, devnet
Body
application/json
Response
200
application/json
Externally signed account retrieved successfully
The response is of type object
.
Get externally signed account from authenticator response