A

Apacta

by Apacta

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

authapacta

Quick Reference

Base URL https://app.apacta.com/api/v1 Auth type API Key Header Auth header X-Auth-Token: YOUR_API_KEY Rate limit Not officially published Pricing Enterprise / contact sales Free quota None Documentation https://app.apacta.com/api/v1 Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)1.18s (checked Mar 29, 2026) Builder score D 46% builder-friendly
Pricing
28
Latency
30
Depth
72

Authentication

API key in the request header (X-Auth-Token)

X-Auth-Token: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Paid. Construction project management SaaS. Pricing from DKK 199/user/mo.

Key Endpoints

MethodPathDescription
GET /activities Get a list of activities
POST /activities Create an activity
DELETE /activities/bulkDelete Bulk delete activities
DELETE /activities/{activity_id} Delete an activity
PUT /activities/{activity_id} Edit an activity
GET /cities Get list of cities supported in Apacta
GET /cities/{city_id} Get details about one city
GET /clocking_records Get a list of clocking records

Sample Request

curl -X GET 'https://app.apacta.com/api/v1/activities' \
  -H 'X-Auth-Token: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Apacta documentation.