Log inSign up
Home
Webex Connect (CPaaS)
  • Webex Connect Platform Overview
  • API REFERENCE

Webex Connect (CPaaS)

Status and Error Codes

Webex Connect APIs use HTTP status codes and response bodies to communicate the outcome of a request.

anchorHTTP status codes

anchor
StatusMeaning
200 OKThe request was completed successfully.
400 Bad RequestA required query parameter, header, or body field is missing or invalid.
401 UnauthorizedThe bearer token is missing, invalid, or expired.
403 ForbiddenThe user does not have access to the organization or permission to perform the requested operation.
500 Internal Server ErrorWebex Connect could not complete the operation because of an internal error.

The API Reference for each operation is authoritative for the response codes and schemas it supports.

anchorResponse fields

anchor

API responses can include these common fields:

FieldDescription
codeAPI result or error code.
descriptionHuman-readable result or error description.
transidTransaction identifier used to trace the request.

Additional response fields vary by API and operation. See the API Reference for the response schema supported by each operation.

anchorAuthentication and authorization errors

anchor

For 401 Unauthorized, verify that the request includes the authentication credentials required by the API and that they are valid and current. For APIs that use bearer-token authentication, verify this header:

Authorization: Bearer <access-token>

For 403 Forbidden, verify the required scope, the user's organization access, and permission to perform the requested operation. A valid token alone is not sufficient.

anchorValidation errors

anchor

For 400 Bad Request, check the operation definition for:

  • required query parameters and headers;
  • valid identifiers and values;
  • required request body fields; and
  • API-specific configuration objects.

anchorTroubleshooting data

anchor

Record the HTTP status, code, description, transid, timestamp, operation, and organization ID. If you supplied a trackingid request header, record that value too. Never log or share personal access tokens, client secrets, credentials, or other sensitive configuration data.

In This Article
  • HTTP status codes
  • Response fields
  • Authentication and authorization errors
  • Validation errors
  • Troubleshooting data

Connect

Support

Developer Community

Developer Events

Contact Sales

Handy Links

Webex Ambassadors

Webex App Hub

Resources

Open Source Bot Starter Kits

Download Webex

DevNet Learning Labs

Terms of Service

Privacy Policy

Cookie Policy

Trademarks

© 2026 Cisco and/or its affiliates. All rights reserved.