cURL
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" } ] }
The Ampersand project ID or project name.
List of notification topics
Show child attributes
Was this page helpful?