Poll
Poll API endpoints
Authorization
bearerAuth AuthorizationBearer <token>
API key via Authorization: Bearer <API_KEY>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "http://localhost:3013/api/channel-activity/commit-cursors" \ -H "Content-Type: application/json" \ -d '{ "cursorUpdates": [ { "channelId": "string", "ts": "string" } ] }'Empty
Empty
Authorization
bearerAuth AuthorizationBearer <token>
API key via Authorization: Bearer <API_KEY>
In: header
Response Body
curl -X GET "http://localhost:3013/api/poll"Empty
Empty
Empty