C

Connect REST API

REST discovered

Details
URL
https://<cp-domain>/services/rest/connect/v1.3
Docs
https://docs.oracle.com/en/cloud/saas/service/19c/cxsvc/c_osvc_quick_start.html
Authentication
Connect REST API session token bearer discovered Get token ↗
Authorization: Session <credential>

Obtain a session token from the Agent Browser UI Extensibility Framework IExtensionGlobalContext.getSessionToken, or generate it with a custom PHP script that calls AgentAuthenticator::authenticateCredentials(...) and returns session_id, as shown in Session authentication for REST API. This token is then sent as Authorization: Session <token>.