Skip to main content
GET
/
projects
/
{projectIdOrName}
/
notifications
/
topics
List notification topics
curl --request GET \
  --url https://api.withampersand.com/v1/projects/{projectIdOrName}/notifications/topics \
  --header 'X-Api-Key: <api-key>'
{
  "topics": [
    {
      "id": "<string>",
      "label": "System Alerts",
      "projectId": "<string>",
      "createTime": "2023-11-07T05:31:56Z",
      "updateTime": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

projectIdOrName
string
required

The Ampersand project ID or project name.

Response

List of notification topics

topics
Notification Topic · object[]
I