List Channel Providers
Channels
List Channel Providers
Return the status of every messaging channel provider connected to the workspace
GET
List Channel Providers
Request
Use this endpoint to detect which channels are ready to send/receive messages, and to surface connection errors to users before they attempt to send.Query Parameters
None.Headers
Response
X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing read:channels permission |
| 429 | rate_limited | Rate limit exceeded |