Get a Brand

Get by ID

GET https://api.moltin.com/v2/brands/:id

This endpoint retrieves an existing Brand by ID.

Path Parameters

Headers

{
  "data": {
    "id": "c46e07d2-23ef-4b3b-8437-7bcdbf38bc4c",
    "type": "brand",
    "status": "live",
    "name": "I Love Lamp",
    "slug": "ilovelamp",
    "description": "A lamp brand.",
    "meta": {
      "timestamps": {
        "created_at": "2018-04-05T08:48:39+00:00",
        "updated_at": "2018-04-23T11:09:30+00:00"
      }
    },
    "relationships": {}
  }
}
curl -X GET https://api.moltin.com/v2/brands/:id \
     -H "Authorization: Bearer XXXX" \

Last updated