latestOpenAPI 3.1.02026-08-1014497184.0 KB
8b99dca11019
Fetch a channels config
Fetches the channels config for a given key.
get/channels/{key}
Path parameters
keystring required
Response
OK
Example response
{
"channels": [
{
"channel": "in_app"
},
{
"channel": "email",
"if": "{{notification.unseen}} == false"
}
],
"key": "project"
}