Staging Ecotaco
Connector for the staging-ecotaco API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://api.staging-ecotaco.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
retrieve_the_version_api— GET / — Retrieve the version APIget_current_user— GET /accounts — Get current userpayment_methods— GET /accounts/payment_methods — Payment Methodslist_all_catchement_areas— GET /catchement_areas — List all catchement areasget_a_catchement_area— GET /catchement_areas/{id} — Get a Catchement Arealist_all_creditcards_for_the_current_user— GET /credit_cards — List all CreditCards for the current User
Inputs
apiKey— your staging-ecotaco 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: retrieve_the_version_api
apiKey: <your key>