Apideck Ecosystem
Connector for the apideck-ecosystem API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.apideck.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
ecosystemsone— GET /ecosystems/{ecosystem_id} — Get ecosystemcategoriesall— GET /ecosystems/{ecosystem_id}/categories — List categoriescategoriesone— GET /ecosystems/{ecosystem_id}/categories/{id} — Get categorycategorylistingsall— GET /ecosystems/{ecosystem_id}/categories/{id}/listings — List category listingscollectionsall— GET /ecosystems/{ecosystem_id}/collections — List collectionscollectionsone— GET /ecosystems/{ecosystem_id}/collections/{id} — Get collection
Inputs
apiKey— your apideck-ecosystem 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: ecosystemsone
apiKey: <your key>