Description
I am trying to create a meeting using OAuth access token through the API. I know I am using the correct access token because I use the same access token in postman before and after to successfully create a meeting.
I stripped down the code to just include an empty body, and the same inputs work when I use postman, so I’m not sure what the problem is.
client ID: mVkU5LfRqS3xL5ouSO0Kg
Error
All I get is a 400 error with ‘Bad Request’
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
/users/me/meetings
Screenshots (If applicable)