GET /api/text/channel/:channelId/info
| Method | GET |
| Path | /api/text/channel/:channelId/info |
| Group | Zeq Text |
| Auth | Authorization: Bearer zeq_ak_<key> (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_ak_<key>"
Reference
- Group: Zeq Text
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.