Ritc
Connector for the ritc API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.ritc.io - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
listactions— GET /actions — List actionsgetaction— GET /actions/{action_id} — Get an actionadmin— GET /admin — Ping the serverpingritc— GET /admin/ping — Ping the serverlistapps— GET /apps — Get apps informationlistappchannels— GET /apps/channels/users — Get app channels
Inputs
apiKey— your ritc 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: listactions
apiKey: <your key>