GET
/
workspaces
/
current
curl --request GET \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/workspaces/current \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "type": "legal_entity",
  "name": "<string>",
  "picture": null,
  "site": null,
  "createdBy": "<string>",
  "updatedBy": "<string>",
  "createdAt": "2025-07-04T18:19:22.565Z",
  "updatedAt": "2025-07-04T18:19:22.565Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Successful response

The response is of type object.

GET
/
workspaces
/
current
curl --request GET \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/workspaces/current \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "type": "legal_entity",
  "name": "<string>",
  "picture": null,
  "site": null,
  "createdBy": "<string>",
  "updatedBy": "<string>",
  "createdAt": "2025-07-04T18:19:22.565Z",
  "updatedAt": "2025-07-04T18:19:22.565Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Successful response

The response is of type object.