---
title: "Rest Endpoints"
canonical: "https://support.appfire.com/space/ANNOUNCE/858227426/Rest%20Endpoints"
format: markdown
---
> Macro (aura-html)

The **Announcer** REST APIs are used to interact with the app remotely. 


The following table lists the currently available public API endpoints

| **Method** | **Relative Path** | **Description** | **Version** |
| --- | --- | --- | --- |
| URI relative to your Jira Instance [**https://your.base.url/rest/**](https://your.jira.url/rest/projecttemplates/1.0/create-templates)**<span style="color: #0747a6">announcer/1.0/admin</span>** |  |
| [PUT] | /[notifications/status](https://appfire.atlassian.net/wiki/spaces/ANNOUNCE/pages/856065962) | Enable/Disable notifications by id<br>Example:<br>Accepts body as an array of JSON objects<br>[{“notificationId”: boolean},{…},{…}]<br>True to enable notification<br>False to disable notification<br>```
[{"1":true}, {"2":true}, {"3":true}, {"4":false}]
``` | v4.1.2 or later |