Check if the current session token is still valid
curl -X POST https://api.useknot.xyz/connect/validate \ -H "Authorization: Bearer <token>"
{ "status": true, "data": { "valid": true, "email": "agent@example.com", "solanaAddress": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU", "expiresAt": "2025-01-15T12:00:00.000Z" } }
true
Show properties
401
429