---
title: "Get announcement banner configuration"
method: GET
path: "/rest/api/3/announcementBanner"
tags: ["Announcement banner"]
---

# Get announcement banner configuration

`GET /rest/api/3/announcementBanner`

Returns the current announcement banner configuration.

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

## Response `200`

Returned if the request is successful.

- AnnouncementBannerConfiguration — Announcement banner configuration.
  - `hashId` string — Hash of the banner data. The client detects updates by comparing hash IDs.
  - `isDismissible` boolean — Flag indicating if the announcement banner can be dismissed by the user.
  - `isEnabled` boolean — Flag indicating if the announcement banner is enabled or not.
  - `message` string — The text on the announcement banner.
  - `visibility` 'public' | 'private' — Visibility of the announcement banner.

## Other responses

- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have the necessary permission.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/ec7f275dfee5/schema)
