---
title: "Get banner by domain"
method: GET
path: "/api/AnnouncementBanner/getBannerByDomain"
tags: ["AnnouncementBanner"]
---

# Get banner by domain

`GET /api/AnnouncementBanner/getBannerByDomain`

## Query parameters

- `domain` string

## Response `200`

OK

- AnnouncementBannerDTO
  - `domain` string, nullable — Domain, that should display this banner
  - `message` string, nullable — Banner message for dark mode
  - `messageLight` string, nullable — Banner message for light mode
  - `bannerColorDark` string, nullable — Banner background color, that should be used in dark mode
  - `bannerColorLight` string, nullable — Banner background color, that should be used in light mode
  - `textColorDark` string, nullable — Banner text color, that should be used in dark mode
  - `textColorLight` string, nullable — Banner text color, that should be used in light mode

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

[API](https://skmtc.net/debridge/apis/debridge-liquidity-network-dln-api.md) · [All operations](https://skmtc.net/debridge/apis/debridge-liquidity-network-dln-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debridge/debridge-liquidity-network-dln-api/revisions/ec461847e46f/schema)
