# Apacta **Provider:** Apacta **Category:** auth **Base URL:** `https://app.apacta.com/api/v1` **Auth:** api-key — `X-Auth-Token: YOUR_API_KEY` **Rate Limit:** Not officially published **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://app.apacta.com/api/v1 ## Description API for a tool to craftsmen used to register working hours, material usage and quality assurance. Endpoint The endpoint https://app.apacta.com/api/v1 should be used to communicate with the API. API access is only allowed with SSL encrypted connection (https). Authentication URL query authentic ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://app.apacta.com/api/v1/activities` | Get a list of activities | | POST | `https://app.apacta.com/api/v1/activities` | Create an activity | | DELETE | `https://app.apacta.com/api/v1/activities/bulkDelete` | Bulk delete activities | | DELETE | `https://app.apacta.com/api/v1/activities/{activity_id}` | Delete an activity | | PUT | `https://app.apacta.com/api/v1/activities/{activity_id}` | Edit an activity | | GET | `https://app.apacta.com/api/v1/cities` | Get list of cities supported in Apacta | | GET | `https://app.apacta.com/api/v1/cities/{city_id}` | Get details about one city | | GET | `https://app.apacta.com/api/v1/clocking_records` | Get a list of clocking records | ## Authentication API key in the request header (X-Auth-Token) ``` X-Auth-Token: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://app.apacta.com/api/v1/activities' \ -H 'X-Auth-Token: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid. Construction project management SaaS. Pricing from DKK 199/user/mo. --- *Source: [API Map](https://apimap.dev/apis/apacta/) — CC BY 4.0*