Question

Getting "invalid argument" error when trying to list events from organization

  • 21 March 2024
  • 1 reply
  • 75 views

I cannot figure out why my request is wrong. My Curl looks like this:
curl --request GET \

--url 'https://api.calendly.com/scheduled_events?organization=14b0c407-b454-4059-8830-eaf5c92ab325' \

--header 'Authorization: Bearer [Here I introduce my personal token, which works in other requests : ) ] \

--header 'Content-Type: application/json'

 

But I keep getting “invalid argument” parameter: “organization”. I have no idea what the problem is, since I did a request to find out the organization URI and copy-pasted it as you can see. Any help is appreciated :)


Reply