Apacta
Connector for the apacta API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://app.apacta.com/api/v1 - Auth:
header:X-Auth-Token(pass your key via theapiKeyinput)
Operations
get_activities— GET /activities — Get a list of activitiesget_cities— GET /cities — Get list of cities supported in Apactaget_cities_city_id— GET /cities/{city_id} — Get details about one cityget_clocking_records— GET /clocking_records — Get a list of clocking recordsget_clocking_records_clocking_record_id— GET /clocking_records/{clocking_record_id} — Details of 1 clocking_recordget_companies— GET /companies — Get a list of companies
Inputs
apiKey— your apacta 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_activities
apiKey: <your key>