1. Home
  2. Docs
  3. Mavryx API Endpoints
  4. Vista
  5. [GET] /api/brand/{uuid}

[GET] /api/brand/{uuid}

Returns brand that the logged-in account has access to.

Query parameters

Field NameTypeDescription
uuidMavryx/Types/UuidBrand UUID

Example response

{
  "header": {
    "version": 20240101,
    "endpoint": "/api/brand/01102aff-8e06-4be4-b928-13b45f5587a9",
    "referer": "https://swagger-dev.mavryx.software",
    "raycast": "94fb7040197161ee46ab3d418eb930f9",
    "request_id": "330f496569b6aa19cd9bdb850b559554",
    "response_id": "5b2b551a6cd0a5a647e577dbf25e5c80",
    "status": 200,
    "message": "OK"
  },
  "response": {
    "type": "item",
    "item": {
      "uuid": "01102aff-8e06-4be4-b928-13b45f5587a9",
      "type": "Mavryx/Brand",
      "created_time": 1712585913,
      "updated_time": null,
      "deleted_time": null,
      "owner_account_uuid": "f5a033f9-3ba2-4a48-9db2-5bc91e1d58c5",
      "organisation_uuid": "069aa47b-efef-eede-eeee-1b4dadea8ff4",       
      "name": "IVG Salts",
    }
  }
}
Was this article helpful to you? No Yes

How can we help?