We've been building a custom dashboard on top of the WFM API and were looking forward to pulling time-off data into it.
However, when we call GET /wfm/public/api/v2/timeOff using Basic auth (email + API token), we're getting a 403 JWT not found error. Our existing WFM report endpoints (adherence, productivity) work perfectly fine with the same Basic auth setup, so it seems like the time-off endpoints may not yet support Basic auth the same way the report endpoints do.
Is this a known limitation, or is Basic auth support for the time-off endpoints planned? Would love to know if there's a workaround or a timeline for when this might be available. Thanks!
