Get Brand

Get Brand

GET https://enviroment.monterosa.cloud/api/v2/brands/:brand_id

Path Parameters

NameTypeDescription

brand_id

string

Brand ID

Headers

NameTypeDescription

Content-Type

string

application/vnd.api+json

Authentication

string

Bearer token. Example "Bearer DFtioe38xP4dkz5K6sYirYnDxiJkLfom"

{
  "data": {
    "id": "934d2ad0-ebc4-4b42-9abd-284f127854d2",
    "type": "brands",
    "attributes": {
      "name": "brand name",
      "image_url": null,
      "total_interactions": "0",
      "projects_count": 2,
      "apps_count": 1
    },
    "relationships": {
      "organisation": {
        "data": {
          "id": "d7cbb9a2-723b-47a9-8d1a-126c08b30f3f",
          "type": "organisations"
        }
      },
      "projects": {
        "links": {
          "related": "https://environment.lvis.io/api/v2/brands/934d2ad0-ebc4-4b42-9abd-284f127854d2/projects"
        }
      }
    },
    "links": {
      "self": "https://environment.lvis.io/api/v2/brands/934d2ad0-ebc4-4b42-9abd-284f127854d2"
    }
  }
}