Skip to content

Authentication

API CI authentication

MCT API requires Authorization request header to do CI verification, Authorization value should be a CI Bearer token as below:

Bearer eyJhbGciOiJSUzI1NiJ9.eyJjbHVzdGVyIjoiQTUyRCIsInByaXZhdGUiOiJleUpqZEhraU9pSktWMVFpTENKbGJtTWlPasX0RUSXYyM3Exa2tyalZienZlMk

Please note that the above token is just an example and not a valid token. Do not copy and use this token directly.

The provided CI token should have the following scope, which includes webex-mct:mct-api:

"scope": [
  "Identity:Organization",
  "webex-mct:mct-api"
]

💡 To learn more about CI and its scope, please refer to the relevant wiki section:Getting Started with CI#ApplyanIdentityOauthClient