The object represents the organisation details
| Filed name | JSON Type | Type | Related | Description | 
|---|---|---|---|---|
| uuid | string | Mavryx/Types/Uuid | Mavryx/Organisation | Object identifier | 
| type | string | Mavryx/Types/String | Object type | |
| created_time | integer | Mavryx/Types/DateTime | ||
| updated_time | integer | Mavryx/Types/DateTime | ||
| deleted_time | integer | Mavryx/Types/DateTime | ||
| owner_account_uuid | string | Mavryx/Types/Uuid | Mavryx/Account | Who is the owner | 
| name | string | Mavryx/Types/String | Name of organisation | 
Example response
{
  "header": {
    "version": 20240101,
    "endpoint": "/organisation/01102aff-8e06-4ff4-b928-13b45f5587a9",
    "referer": "https://swagger-dev.mavryx.software",
    "raycast": "37f961417f65964c88d9e230adf93578",
    "request_id": "3a6c49df372b0f81f3331632820bda69",
    "response_id": "3ddba1e28aa75ea570ae5047d62492d8",
    "status": 200,
    "message": "OK"
  },
  "response": {
    "type": "item",
    "item": {
        "uuid": "01102aff-8e06-4ff4-b928-13b45f5587a9",
        "type": "Mavryx/Organisation",
        "created_time": 1712585913,
        "updated_time": null,
        "deleted_time": null,
        "owner_account_uuid": "",
        "name": "Some organisation name"
      },
    }
  }
}