GET ./accounts/webex

Return Webex oauth information and associated account if it exist.

GET parameters

NameValue TypeValidationDetails
oaUaIDintRequiredUser ID.
withTokenintOptional; values[0,1]If you want to return token in response
revalidateintOptional; values[0,1]Check if user is still authorized

Output example

{
"oauthUrl": "https://webexapis.com/v1/authorize?client_id=Cc6b8555d720ce9de4abca97b6b2f93d26e709fb84a489629eff97d8b2ef6958b&response_type=code&redirect_uri=http%3A%2F%2Flocalhost%2Fgeneric%2Foauth_webex&scope=spark%3Aall%20meeting%3Arecordings_read%20spark%3Akms%20meeting%3Aschedules_read%20meeting%3Apreferences_write%20meeting%3Arecordings_write%20meeting%3Apreferences_read%20meeting%3Aschedules_write&state=",
"createUserUrl": "https://cart.webex.com/sign-up?experienceType=Unified&ft=selfsignup&theme=dark&ft=skipProvCheck",
"returnUrl": "",
"account": {
"oaID": "59",
"oaUaID": "5222",
"oaProviderID": "2",
"oaProviderUserID": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8yOGI3YjMwOC03YTg3LTQ1NGEtOTdmMC1mNWE2ZDU5NTkzNjc",
"oaAccessToken": "token",
"oaEmail": "dev.alexandru.andrei@gmail.com",
"oaLastUpdate": "2021-07-06 13:48:27",
"oaStatus": "2"
}
}