PearPear

Get current user info

Returns the current authenticated user info including role and linked wallets

GET
/auth/session/me
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/auth/session/me"
{  "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",  "role": "basic",  "providerId": "string",  "loginMethod": "email",  "identities": [    {      "provider": "email",      "externalId": "string",      "connectedAt": "string"    }  ]}