GET
/
api
/
AnnouncementBanner
/
getBannerByDomain
Get banner by domain
curl --request GET \
  --url https://dln-api.debridge.finance/api/AnnouncementBanner/getBannerByDomain
{
  "domain": "<string>",
  "message": "<string>",
  "messageLight": "<string>",
  "bannerColorDark": "<string>",
  "bannerColorLight": "<string>",
  "textColorDark": "<string>",
  "textColorLight": "<string>"
}

Query Parameters

domain
string

domain, that the banner should be used at

Response

OK

domain
string | null

Domain, that should display this banner

message
string | null

Banner message for dark mode

messageLight
string | null

Banner message for light mode

bannerColorDark
string | null

Banner background color, that should be used in dark mode

bannerColorLight
string | null

Banner background color, that should be used in light mode

textColorDark
string | null

Banner text color, that should be used in dark mode

textColorLight
string | null

Banner text color, that should be used in light mode