API ReferenceTenants
Get tenant branding by custom domain
Public endpoint to get tenant branding by custom domain. Used on the login page.
AuthorizationBearer <token>
In: header
Query Parameters
domain*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/tenants/public/branding/by-domain?domain=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"
}