API ReferenceSessions

Get the signed-in user and Workspace

GET
/mserve/v1/me

Authorization

bearerAuth
AuthorizationBearer <token>

Send a SimpleServe API key as Authorization: Bearer <key>.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/mserve/v1/me"
{  "user": {    "id": "string",    "email": "user@example.com",    "name": "string"  },  "workspace": {    "id": "string",    "name": "string"  }}