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
}
Successful response
The response is of type object
.
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
}
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
}
Successful response
The response is of type object
.
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
}