DEVELOPER API
Developer API
Developer-oriented documentation to integrate LapsoWork with ERPs, accounting firms, dashboards or any internal system. Token authentication, JSON responses and endpoints covering employees, time tracking, absences, clients, work centres and documents.
Authentication by api-key
To consume the LapsoWork API the developer needs an api-key (access token) provided by the account administrator. From the LapsoWork panel, in the API Management module, the administrator generates the key and sends it to the technical team in charge of the integration.
- Unique token per account, revocable and regenerable at any time.
-
Send the token as a
?token=...parameter or HTTP header. - JSON responses, ready to integrate with ERPs, BI or accounting firms.
Base URL pattern
GET http://url-mi-lapsowork/api/v1/{endpoint}/
?token=MI_TOKEN
&start=2026-01-01
&end=2026-01-31 Example — list of active employees
curl "http://url-mi-lapsowork/api/v1/get-empleados-activos/\
?token=MI_TOKEN&start=2026-01-01&end=2026-01-31" 14 REST endpoints to integrate LapsoWork
Grouped by resource, with the list of accepted parameters. All use the GET method and return JSON.
Employees
| Resource | Method | Path | Parameters | Description |
|---|---|---|---|---|
| Active employee counter | GET | /api/v1/get-contador-empleados-activos/ | token, start, end | Returns the numeric value of active users within the given range. |
| List of active employees | GET | /api/v1/get-empleados-activos/ | token, start, end | Complete list of active employees between two dates. |
| Search employees by name | GET | /api/v1/get-empleados-por-nombre/ | token, name | Filters employees by name match. |
Time tracking and working day
| Resource | Method | Path | Parameters | Description |
|---|---|---|---|---|
| List of work records | GET | /api/v1/get-registros/ | token, start, end | Time-tracking records within the given range. |
| Hours report per employee | GET | /api/v1/get-horas-registros-por-empleado/ | token, start, userId | Daily, weekly and monthly hours total for an employee. |
Clients and work centres
| Resource | Method | Path | Parameters | Description |
|---|---|---|---|---|
| List of clients | GET | /api/v1/get-clientes/ | token | Complete list of clients. |
| Clients filtered by name | GET | /api/v1/get-clientes-por-nombre/ | token, name | Search clients by name. |
| List of work centres | GET | /api/v1/get-centros/ | token | List of all work centres. |
| Work centres filtered by name | GET | /api/v1/get-centros-por-nombre/ | token, name | Search work centres by name. |
Absences
| Resource | Method | Path | Parameters | Description |
|---|---|---|---|---|
| List of absences between dates | GET | /api/v1/get-ausencias/ | token, start, end | Absences recorded within the given range. |
| Available absence days | GET | /api/v1/get-dias-disponibles-ausencias/ | token | Remaining holiday days per employee. |
Documents
| Resource | Method | Path | Parameters | Description |
|---|---|---|---|---|
| Total documents | GET | /api/v1/get-total-documentos/ | token | Total number of files uploaded to the account. |
| Document types | GET | /api/v1/get-tipos-documentos/ | token | List of the configured document types. |
| Total document types | GET | /api/v1/get-total-tipos-documentos/ | token | Number of document types created. |
Connect LapsoWork with the rest of your stack
Real-time dashboards
Read headcount, hours and absence counters from Power BI, Looker or Metabase. All with a simple GET.
Export to your accounting firm
Obtain the actual hours worked per employee and send them to your accounting firm or payroll software without copying data by hand.
Token-based security
Each integration uses its own token, revocable from the panel. No exposure of user credentials.
Frequently asked questions about the API
Everything technical teams usually ask before integrating.
How do I obtain my API access token?
In what format are responses returned?
What date format should I use in the parameters?
Do I need my own environment to use the API?
Can I integrate LapsoWork with my ERP, accounting firm or BI?
Need support to integrate LapsoWork?
Our technical team helps with integration projects involving ERPs, BI, accounting firms and bespoke software. Tell us about your case and we will get back to you within 24 hours.
- We’ll call you the same business day.
- Trial active in 30 minutes.
- No card · No lock-in.
Admin chaos won’t fix itself.
Try LapsoWork free for 30 days, no credit card. If it’s not for you, you leave without paying a thing.
Start free for 30 daysPrefer a guided tour? Talk to the team
- No card
- No lock-in
- 4.7★ on the App Store