cURL
curl --request GET \ --url https://api.withampersand.com/v1/projects/{projectIdOrName}/destinations/{destination} \ --header 'X-Api-Key: <api-key>'
{ "id": "<string>", "name": "leadConvertedWebhook", "type": "webhook", "metadata": { "url": "https://webhooks.mailmonkey.com/salesforce-lead-converted", "headers": { "Authorization": "Bearer 1234" } }, "createTime": "2023-11-07T05:31:56Z", "updateTime": "2023-11-07T05:31:56Z", "secrets": { "webhookSigningKey": "<string>" } }
The Ampersand project ID or project name.
The destination name.
Include secrets in the response
Rotate the destination secrets
OK
The response is of type object.
object
Was this page helpful?