Newbie question here: I'm logging in with a username/password (long story) using the /oauth2/token?password endpoint, and getting back an authorization token. I then try to post to /v1/user/{user_id}/scheduled_meeting to create a scheduled meeting- with user_id set to the value I got back from the oauth2 endpoint above, and the Authorization header set to "Bearer " + the auth token acquired from that same endpoint, and what looks to me like a valid body-{"attendees":[{"email":"bhurt@wrinkl.com"}],"start":1534970994000,"end":1534985394000,"title":"Test","description":"Meeting started with Wrinkl"}
I'm getting back a 401 "Unauthorized" error- help? What am I doing wrong?
I'm getting back a 401 "Unauthorized" error- help? What am I doing wrong?
Brian Hurt
Brian Hurt