Account

Activate the wallet's Solana smart account (relayer-sponsored, passkey-signed claim)

POST
/account/activate

Authorization

cookieAuth
pid_access<token>

JWT access token set by /auth/google/callback or /auth/refresh

In: cookie

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/account/activate" \  -H "Content-Type: application/json" \  -d '{    "expiry": 0,    "feePolicyVersion": 0,    "quotedNetworkFeeLamports": "string",    "assertion": {      "id": "string",      "signature": "string",      "authenticatorData": "string",      "clientDataJSON": "string"    }  }'
{  "pid": "string",  "status": "string",  "smartAccountAddress": "string",  "balanceLamports": 0,  "requiredLamports": 0,  "networkFeeLamports": 0,  "protocolFeeBps": 0,  "chainTime": 0,  "treasury": "string",  "feePolicyVersion": 0,  "rpIdHash": "string"}