GET
/
timmi-project
/
api
/
organizations
curl --request GET \
  --url https://{account}-{sandboxName}.sandbox.{server}.luccasoftware.com/timmi-project/api/organizations
{
  "data": {
    "items": [
      {
        "id": 123,
        "name": "<string>",
        "country": {
          "id": 123,
          "name": "<string>",
          "code": "<string>",
          "currencyId": "EUR"
        },
        "legalEntities": [
          {
            "id": 123,
            "name": "<string>",
            "code": "<string>",
            "countryId": 123
          }
        ]
      }
    ]
  }
}

Response

200
application/json
OK
data
object