Discussions
Rate Limits for Posting / Deleting multiple Attendances (API v2)
7 days ago by Daniel K
Hi,
we are trying to automate our Personio Imports via this API (v2).
For this we take the attendances from our system, convert them to the personio format and then POST (or DELETE) them via /v2/absence-periods
The problem is, that it takes a while if we send all those requests one by one.
On the other hand, if we send them in parallel, a lot of them fail due to rate limiting.
- Will there be a
v2
endpoint that accepts multipleabsence-periods
at once, as there in in the v1 API?? - Where can we find documentation on the Rate-Limiting so we can adjust our asynchronous calls to respect the Limits of the v2-API? We could only find info on the authentication limits
Greetings, Daniel