cURL
curl --request GET \ --url https://api.withampersand.com/v1/projects/{projectIdOrName}/notifications/targets \ --header 'X-Api-Key: <api-key>'
{ "targets": [ { "id": "<string>", "label": "Production Slack Alerts", "type": "webhook", "metadata": { "url": "https://webhooks.mailmonkey.com/salesforce-lead-converted", "headers": { "Authorization": "Bearer 1234" } }, "secrets": {}, "createTime": "2023-11-07T05:31:56Z", "updateTime": "2023-11-07T05:31:56Z" } ] }
The Ampersand project ID or project name.
List of notification targets
Show child attributes
Was this page helpful?