apacta.com

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

๐Ÿ”‘ apikey 290 endpoints time_managementproject_management
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Check if API is up and API key works
curl \
  -H "X-Auth-Token: $API_KEY" \
  https://app.apacta.com/api/v1/ping
Retrieve array of forms
curl \
  -H "X-Auth-Token: $API_KEY" \
  https://app.apacta.com/api/v1/forms
Get a list of roles
curl \
  -H "X-Auth-Token: $API_KEY" \
  https://app.apacta.com/api/v1/roles
Endpoints (290 total)
GET
/ping
Check if API is up and API key works
GET
/forms
Retrieve array of forms
GET
/roles
Get a list of roles
GET
/users
Get list of users in company
GET
/cities
Get list of cities supported in Apacta
GET
/events
Show list of events
GET
/offers
View list of offers
GET
/reports
View list of report types
GET
/vendors
Get a list of vendors
GET
/contacts
Get a list of contacts
GET
/expenses
Show list of expenses
GET
/invoices
View list of invoices
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints290
Authapikey
Categories2
https://app.apacta.com/api/v1