Cambase
Connector for the cambase API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://api.cambase.io - Auth:
bearer(pass your key via theapiKeyinput)
Operations
api_v1_models_index— GET /api/v1/models.json — Fetches all Modelsapi_v1_models_search— GET /api/v1/models/search.json — Searches all Modelsapi_v1_models_show— GET /api/v1/models/{id}.json — Fetches a single Modelapi_v1_recorders_index— GET /api/v1/recorders.json — Fetches all Recordersapi_v1_recorders_search— GET /api/v1/recorders/search.json — Searches all Recordersapi_v1_recorders_show— GET /api/v1/recorders/{id}.json — Fetches a single Recorder
Inputs
apiKey— your cambase 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: api_v1_models_index
apiKey: <your key>