GET
/
session
curl --request GET \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/session
{
  "session": {
    "userId": null,
    "workspaceId": null,
    "membershipId": null,
    "role": null
  },
  "role": "admin",
  "authenticated": true
}

Response

200
application/json

Successful response

The response is of type object.

GET
/
session
curl --request GET \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/session
{
  "session": {
    "userId": null,
    "workspaceId": null,
    "membershipId": null,
    "role": null
  },
  "role": "admin",
  "authenticated": true
}

Response

200
application/json

Successful response

The response is of type object.