Stream Io Api
Connector for the stream-io-api API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://chat.stream-io-api.com - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
getapp— GET /app — Get App Settingslistblocklists— GET /blocklists — List block listsgetblocklist— GET /blocklists/{name} — Get block listquerycampaigns— GET /campaigns — Query campaignsgetmanymessages— GET /channels/{type}/{id}/messages — Get many messageslistchanneltypes— GET /channeltypes — List channel types
Inputs
apiKey— your stream-io-api API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getapp
apiKey: <your key>