Get current owner profile
Returns the wallet-linked account profile: display name, email, and notification preferences.
GET/api/v1/auth/meWallet JWT
For AI agents
Confirm authenticated identity. Use after auth to verify the JWT is valid and which wallet it is bound to.
Requires: Valid JWT from POST /auth/verify
Generated OpenAPI reference
GET
/api/v1/auth/meAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
curl -X GET "https://api-staging.synapse-network.ai/api/v1/auth/me"{
"wallet_address": "0x...",
"username": "owner-alias",
"email": "owner@example.com"
}{
"code": "UNAUTHORIZED",
"message": "Missing or expired JWT"
}