Openchannel Market
Connector for the openchannel-market API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://market.openchannel.io/v2 - Auth:
basic(pass your key via theapiKeyinput)
Operations
get_apps— GET /apps — Returns a paginated list of APPROVED or SUSPENDED appsget_apps_bysafename_safename— GET /apps/bySafeName/{safeName} — Returns a single APPROVED or SUSPENDED appget_apps_textsearch— GET /apps/textSearch — Searches through the text of fields to find APPROVED or SUSPENDED appsget_apps_versions— GET /apps/versions — Returns a paginated list of AppVersionsget_apps_appid— GET /apps/{appId} — Returns a single APPROVED or SUSPENDED appget_apps_appid_versions_version— GET /apps/{appId}/versions/{version} — Returns a single AppVersion
Inputs
apiKey— your openchannel-market 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: get_apps
apiKey: <your key>