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
No SDKs indexed for this API yet.
curl \ -H "X-Auth-Token: $API_KEY" \ https://app.apacta.com/api/v1/ping
curl \ -H "X-Auth-Token: $API_KEY" \ https://app.apacta.com/api/v1/forms
curl \ -H "X-Auth-Token: $API_KEY" \ https://app.apacta.com/api/v1/roles
No SDKs yet