1. Home
  2. Docs
  3. Mavryx API Reference
  4. Objects
  5. Organisation

Organisation

The object represents the organisation details

Filed nameJSON TypeTypeRelatedDescription
uuidstringMavryx/Types/UuidMavryx/OrganisationObject identifier
typestringMavryx/Types/StringObject type
created_timeintegerMavryx/Types/DateTime
updated_timeintegerMavryx/Types/DateTime
deleted_timeintegerMavryx/Types/DateTime
owner_account_uuidstringMavryx/Types/UuidMavryx/AccountWho is the owner
namestringMavryx/Types/StringName 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"
      },
    }
  }
}
Was this article helpful to you? No Yes

How can we help?