Skip to main content
GET
/
projects
/
{projectIdOrName}
/
notifications
/
topic-target-routes
List notification topic-target routes
curl --request GET \
  --url https://api.withampersand.com/v1/projects/{projectIdOrName}/notifications/topic-target-routes \
  --header 'X-Api-Key: <api-key>'
{
  "topicTargetRoutes": [
    {
      "id": "<string>",
      "topicId": "<string>",
      "targetId": "<string>",
      "projectId": "<string>",
      "createTime": "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 topic-target routes

topicTargetRoutes
Notification Topic Target Route · object[]
I