REST API — Gateway
Ce contenu n’est pas encore disponible dans votre langue.
| Method | Path | What it does |
|---|---|---|
GET |
/api/gateway/channels |
List channel configs for a workspace. |
POST |
/api/gateway/channels |
Create or update a channel config. |
GET |
/api/gateway/channels/by-template/{template_id} |
List channel configs using a specific template. |
DELETE |
/api/gateway/channels/{config_id} |
Delete a channel config. |
PATCH |
/api/gateway/channels/{config_id} |
Update a channel config. |