Logo
⌘K

Get Branding

Get branding data for your account.
Parameters

No parameters

Returns

Data about the branding items grouped into PackageInsert and PackageSticker

GET

/branding/get

curl -G 'https://www.artelo.io/api/open/branding/get' \
  -H 'Authorization: Bearer your-token'
Response
{
  "PackageInsert": [
    {
      "createdAt": "2023-04-11T00:00:00.000Z",
      "isDefault": true,
      "back": {
        "height": 600,
        "id": "a21c48de-b303-42a8-956b-f3608d64e42b",
        "image": {
          "previews": {
            "lg": "https://url.com/lg-img.png",
            "sm": "https://url.com/sm-img.png",
            "xs": "https://url.com/xs-img.png"
          },
          "url": "https://example.com/x.png"
        },
        "order": 0,
        "rotation": 0,
        "width": 600,
        "x": 0,
        "y": 0
      },
      "front": {
        "height": 600,
        "id": "ae057244-6635-4e6d-b179-dde12217b991",
        "image": {
          "previews": {
            "lg": "https://url.com/lg-img.png",
            "sm": "https://url.com/sm-img.png",
            "xs": "https://url.com/xs-img.png"
          },
          "url": "https://example.com/x.png"
        },
        "order": 0,
        "rotation": 0,
        "width": 600,
        "x": 0,
        "y": 0
      },
      "id": "9d99eee2-d070-40ec-ac2e-f1e980a2e125",
      "orientation": "Vertical",
      "placement": "PerOrder",
      "type": "PackageInsert"
    }
  ],
  "PackageSticker": [
    {
      "createdAt": "2023-04-11T00:00:00.000Z",
      "isDefault": true,
      "back": null,
      "front": {
        "height": 600,
        "id": "e0eea4a4-7d0c-4c2f-965d-0be951142e4c",
        "image": {
          "previews": {
            "lg": "https://url.com/lg-img.png",
            "sm": "https://url.com/sm-img.png",
            "xs": "https://url.com/xs-img.png"
          },
          "url": "https://example.com/x.png"
        },
        "order": 0,
        "rotation": 0,
        "width": 600,
        "x": 0,
        "y": 0
      },
      "id": "7f975a7e-2eca-43ff-8ef6-d7945fb38dd6",
      "orientation": "Vertical",
      "placement": "PerOrder",
      "type": "PackageSticker"
    }
  ]
}