GET
/
settings
curl --request GET \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/settings
{
  "merge": "never",
  "workspaceId": "<string>",
  "createdAt": "2025-07-04T18:19:22.565Z",
  "updatedAt": "2025-07-04T18:19:22.565Z"
}

Response

200
application/json

Successful response

The response is of type object.

GET
/
settings
curl --request GET \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/settings
{
  "merge": "never",
  "workspaceId": "<string>",
  "createdAt": "2025-07-04T18:19:22.565Z",
  "updatedAt": "2025-07-04T18:19:22.565Z"
}

Response

200
application/json

Successful response

The response is of type object.