Delivery Channels
List Delivery Channels for project
Retrieve all configured delivery channels associated with a specific project.
get/v1/account/{accountSlug}/project/{projectSlug}/delivery-channels
Path parameters
accountSlugstring required
Account slug of the user
projectSlugstring required
Project slug of the account
Response
A successful response.
Example response
{
"delivery_channels": [
{
"id": "b16b4b75-e034-44c9-a053-f10d769a1d64",
"type": "email",
"owner_id": "7d5e8b1f-8bf8-4eae-a70f-fb7d354b1cc2",
"project_id": null,
"label": "Email: vanja@tenderly.co",
"reference_id": "vanja@tenderly.co",
"enabled": true,
"created_at": "2022-04-13T14:30:10.920586Z",
"information": {
"email": "vanja@tenderly.co",
"emails": [
"vanja@tenderly.co"
]
}
},
{
"id": "f48f1f9f-1f74-4849-81cf-fce8bd3746b7",
"type": "slack",
"owner_id": "7d5e8b1f-8bf8-4eae-a70f-fb7d354b1cc2",
"project_id": null,
"label": "#dzimiks-dashboard-alerts in Tenderly",
"reference_id": "C026DRJ78GL",
"enabled": true,
"created_at": "2023-01-11T17:05:54.689698Z",
"information": {
"team_name": "",
"channel_name": "#dzimiks-dashboard-alerts"
}
}
]
}