You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you’re using eventTypeSlug instead of eventTypeId, make sure to include the usernameList parameter as well. Without it, the API won’t be able to determine which user the event type slug corresponds to. You can find more details about the usernameList parameter in the API v2 documentation.
Found a bug? Please fill out the sections below. 👍
Issue Summary
I'm using https://api.cal.com/v2/slots/available api to fetch available slots.
When I run this query with
eventTypeId
I get the slots:Following works
However when I use the slug of same event I get error
Error 404 - Not found
Steps to Reproduce
Actual Results
Expected Results
Technical details
The text was updated successfully, but these errors were encountered: