Hello everyone,
I'm trying to create an event (a meeting) through the Calendly API, following the official documentation. However, when I send a request to https://api.calendly.com/scheduled_events/
, I keep getting a 404 error.
Here’s what I’ve checked so far: Using a POST request with the required payload
Ensuring my authentication token is correct
Double-checking the API URL and version
Tried testing with
https://api.calendly.com/users/me
(authentication works fine)
Has anyone else faced this issue? Any suggestions on what might be missing or how to fix it? Would appreciate any insights!
Thanks in advance!