Webex · Example Payload

Webex Createserviceappaccesstoken Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Createserviceappaccesstoken Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "createServiceAppAccessToken",
  "method": "POST",
  "path": "/applications/{applicationId}/token",
  "summary": "Create Service App Access Token",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "access_token": "ZmFrZVRva2VuRm9yRXhhbXBsZVB1cnBvc2VzT25seQ...",
        "expires_in": 3600,
        "refresh_token": "ZmFrZVJlZnJlc2hUb2tlbkZvckV4YW1wbGVPbmx5...",
        "refresh_token_expires_in": 7776000,
        "token_type": "Bearer"
      }
    }
  ]
}