AlphaAlpha Docs

Get tenant branding by code

Public endpoint to get tenant branding (name and logo) by their settings code. Used on the login page.

GET
/tenants/public/branding/{code}
AuthorizationBearer <token>

In: header

Path Parameters

code*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/tenants/public/branding/string"
{
  "accentColor": "string",
  "bannerImageId": "string",
  "bannerSubtitle": "string",
  "bannerTitle": "string",
  "enabledPaymentMethods": [
    {
      "code": "string",
      "feeFixed": 0.1,
      "feePercent": 0.1,
      "label": "string"
    }
  ],
  "freeShippingThreshold": 0.1,
  "heroImageId": "string",
  "logoId": "string",
  "name": "string",
  "returnPolicy": "string",
  "shippingFlatRate": 0.1,
  "shopDescription": "string",
  "shopEnabled": true,
  "tenantId": "string",
  "termsAndConditions": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}