Skip to main content

Hi,

I’m using Flutterflow and tested on postman.

 

Here is the API call which does work well

https://api.calendly.com/users/c87babc0-4bb4-4659-9ed5-f4ac3f6c6202/

 

And here is the API V2 call which does not work

https://api.calendly.com/scheduled_events?count=5&page_token=MY_TOKEN&user=https://api.calendly.com/users/c87babc0-4bb4-4659-9ed5-f4ac3f6c6202

 

I made the test with Postman and Reqbin, still the same result

{
  "title": "Unauthenticated",
  "message": "The access token is invalid"
}

Maybe, I missed something or I misunderstanding but I’m looking for why I get this error message.

 

Thank you  for your help

PS : I’m under 14days trial before starting the paid version. WOuld it be a limitation for the free version ?

Solution Found : 

Needed to define : Authorization: Bearer and not page_token as parameter

Solved


Reply