cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Cisco Webex API Excersice: Failed to create a room

Mauz88
Level 1
Level 1

Hello Everyone,

 

I am trying to complete an exercise at developer.cisco.com for API introduction, for this I register myself at developer.webex.com. I accessed to documentation>API reference>People>get my own details, after that I copy my Authentication bearer and I tried the exercise at developer.cisco.com and entered the command:

 

curl https://api.ciscospark.com/v1/messages -X POST -H "Authorization:Bearer Zm...4a46" --data "toPersonEmail=myemail@gmail.com" --data "text=Hi%20from%20DevNet"

I received the error:

"Failed to create room.","errors":[{"description":"Failed to create room."}],"trackingId":"ROUTER_5D704BDE-CC60-01BB-578F-BEAB7160578F"}


Please, provide me some guidance to verify why this error is happening, so I can advance with my learning process.

 

Thanks a lot.

Who Me Too'd this topic