Basic Auth API Request

Error: Port should be >= 0 and < 65536. Received {{443}}.

I’m receiving this error even though I obviously have the port set within the range. The global variables username, password and port current values are lined through. The url and other authentication variables are correct. I’m trying to set up a room in Webex. I have already declared a title for the room in the body param as well.

Update: I am no longer receiving the port error because of some changes I made. I’m using the url provided by the Cisco Webex site and Authorization bearer token type with the generated token from Webex. Now I am receiving a “401 unauthorized” error and this message in the response.

“message”: “The request requires a valid access token set in the Authorization request header.”

1 Like