Security requirements changed for GET /v1/companies/{company_uuid}/paid_holidays
- Affected surface
- GET /v1/companies/{company_uuid}/paid_holidays
What changed
Security requirements changed for GET /v1/companies/{company_uuid}/paid_holidays Affected surface: GET /v1/companies/{company_uuid}/paid_holidays. Detected at Fri, 01 May 2026 00:37:23 UTC UTC.
Diff
{
"current_value": [
{
"CompanyAccessAuth": null
}
],
"path": "GET /v1/companies/{company_uuid}/paid_holidays",
"previous_value": null
}Likely impact
The contract still holds, but observable behavior shifted — defaults, response timing, or rate-limit shaping. Existing code keeps compiling and most calls keep working, but edge cases may differ. Worth a sanity check.
Recommended action
Re-check your auth setup against the provider's current docs. Auth changes typically require config updates, not code changes.
Related changes
Other endpoints affected by the same root cause.
Catch changes like this on every API you depend on.
Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.
