Varun Krishnamurthy
09/22/2022, 12:56 AMuser id
, so I am making a GET request to
<https://api.cal.com/v1/users?apiKey=cal_live_****>
However, I am getting an empty list of users instead of the one I created. Seems like the behavior here has changed since July, but the documentation/Postman collection doesn't indicate any changes here. Any idea what I'm doing wrong?
It seems that without user id
, I cannot make other API calls, like availabilities, etc.zomars
09/22/2022, 3:09 PM<https://api.cal.com/v1/users/ID?apiKey=cal_live_****>
?Varun Krishnamurthy
09/22/2022, 5:09 PMID
supposed to be the value of the user id here? I ask because I don't know the user id at this point - I am trying to fetch the user id by making the users API call. This is not self-hosted by the wayzomars
09/22/2022, 5:26 PMVarun Krishnamurthy
09/22/2022, 5:27 PMVarun Krishnamurthy
09/22/2022, 5:27 PMzomars
09/22/2022, 5:27 PM<https://api.cal.com/v1/me?apiKey=cal_live_****>
should workVarun Krishnamurthy
09/22/2022, 5:28 PM<https://api.cal.com/v1/users/me?apiKey=cal_live_***>
Varun Krishnamurthy
09/22/2022, 5:28 PMVarun Krishnamurthy
09/22/2022, 5:28 PMVarun Krishnamurthy
09/22/2022, 5:33 PM<https://api.cal.com/v1/me?apiKey=cal_live_****>
worked 🙂zomars
09/22/2022, 5:34 PM