curl --request GET \
--url https://grid.squads.xyz/api/grid/v1/accounts/{address}/passkeys \
--header 'Authorization: Bearer <token>'{
"account_address": "<string>",
"passkey": "<unknown>"
}Retrieve all passkeys associated with the account
curl --request GET \
--url https://grid.squads.xyz/api/grid/v1/accounts/{address}/passkeys \
--header 'Authorization: Bearer <token>'{
"account_address": "<string>",
"passkey": "<unknown>"
}Your Grid API key from the Grid Dashboard
Smart account address
Passkey information retrieved successfully
Was this page helpful?