The object represents the application details
| Filed name | JSON Type | Type | Related | Description | 
|---|---|---|---|---|
| uuid | string | Mavryx/Types/Uuid | Mavryx/Application | Object identifier | 
| type | string | Mavryx/Types/String | Object type | |
| created_time | integer | Mavryx/Types/DateTime | Date when application was created | |
| updated_time | integer | Mavryx/Types/DateTime | Date when application was updated | |
| deleted_time | integer | Mavryx/Types/DateTime | Date when application was deleted | |
| owner_organisation_uuid | string | Mavryx/Types/Uuid | Mavryx/Organisation | Organisation owner | 
| owner_account_uuid | string | Mavryx/Types/Uuid | Mavryx/Account | User account owner | 
| name | string | Mavryx/Types/String | Name of application | 
Example response
{
  "header": {
    "version": 20240101,
    "endpoint": "/application/me",
    "referer": "https://swagger-dev.mavryx.software",
    "raycast": "f497a0f6a09509ab91117b2d9ce3607c",
    "request_id": "bf7aed5f7dd7bcd8387efb56f3eb5f2e",
    "response_id": "e7c2e343eea707b7cb77b657426f602f",
    "status": 200,
    "message": "OK"
  },
  "response": {
    "type": "item",
    "item": {
      "uuid": "005e9979-c38b-49bf-b6f8-3adbcd2fb10e",
      "type": "Mavryx/Application",
      "created_time": 1712329337,
      "updated_time": null,
      "deleted_time": null,
      "owner_organisation_uuid": "",
      "owner_account_uuid": "f5a033f9-3ba2-4a48-9db2-5bc91e1d58c5",
      "name": "Mavryx"
    }
  }
}