- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 05:21 AM
I have an integration that was working against a trial instance and also in production. I'm trying to get it to work against a newly-created sandbox. I have GET people working. But the POST meetings which has always worked is now failing. Requests and responses below...
GET https://webexapis.com/v1/people?email=365test7@ttdemo.net&max=1
{"notFoundIds":null,"items":[{"id":"Y2lzY29zcGFyazovL3VzL1BFT1BMRS81Y2E1ZDJmZS03YTZhLTQxOTQtOTE5ZS02YmMwNzM4MzIwNmU","emails":["365test7@ttdemo.net"],"displayName":"Test7 Account7","nickName":"Test7","firstName":"Test7","lastName":"Account7","orgId":"Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi81ZmU1ODQ0NC1hZmVmLTQ1ZGEtYWRkNi01ZjA4Yzk0ODg2YjY","created":"2023-06-26T21:04:00.743Z","lastModified":"2023-06-26T21:05:23.818Z","lastActivity":"2023-06-26T21:05:27.737Z","status":"inactive","type":"person"}]}
POST https://webexapis.com/v1/meetings
{
"hostEmail":"365test7@ttdemo.net",
"enabledAutoRecordMeeting": false,
"allowAnyUserToBeCoHost": false,
"title": "kk testeradmin catdev private webex -- 3A",
"start": "2023-06-30T16:30:00",
"end": "2023-06-30T17:00:00",
"timezone": "America/New_York",
"sendEmail": "false"
}
404 Not Found
{"message":"Cannot find the data","errors":[{"description":"Cannot find the data"}],"trackingId":"ROUTER_649C2421-1F56-01BB-013B-AC12DA68013B"}
Solved! Go to Solution.
- Labels:
-
Webex API
-
Webex Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 06:15 AM
I believe I resolved the issue. I added webex meeting suite to the license for the user and was able to book.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 06:15 AM
I believe I resolved the issue. I added webex meeting suite to the license for the user and was able to book.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2023 08:30 AM
Sounds good, yes that license would be required in order to use this API.
