GET /api/text/channel/:channelId/info
| Method | GET |
| Path | /api/text/channel/:channelId/info |
| Group | Zeq Text |
| Auth | Authorization: Bearer <api-key> |
| Source | shared/api-core/src/routes/zeqText.ts |
Call it
curl -X GET https://zeqsdk.com/api/text/channel/:channelId/info \
-H "Authorization: Bearer $ZEQ_KEY"
Reference
- Group: Zeq Text
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.