Getting StartedAI in WebexSupport
Log inSign up
Home
Webex Admin
  • API REFERENCE
  • Changelog
  • AI Assistant for Developers
  • Troubleshoot the API
  • Suite Sandbox

Webex Admin

Personal Access Token

Learn how to get a personal access token for testing Webex APIs with your own account.

anchorAbout personal access tokens

anchor

Webex REST API requests must include an API access token in the request's Authorization header. The token must have the data access scopes required by the requested resource. In a production app, you create a Webex Integration and use OAuth to obtain an access token. For testing purposes, however, you can get a personal access token from the Developer Portal to make API calls on your own behalf.

Notes about personal access tokens:

  • They should not be used in production apps. Instead, create an Integration with the desired access scopes to obtain access tokens.
  • Personal access tokens are valid for 12 hours after logging into the Developer Portal.

anchorGet your personal access token

anchor

Sign in to the Developer Portal and click the copy icon next to the Bearer field below. Click OK to copy the token to your clipboard:

Your Personal Access Token
Log in required for access token.
Bearer
This limited-duration personal access token is hidden for your security.

You can also obtain your personal access token from the Try It section of any API reference page.

Try it personal access token

anchorUse your personal access token

anchor

You use your personal access token like any API access token, for example:

$ curl --request GET \
  --header "Authorization: Bearer <YOUR_PERSON_ACCESS_TOKEN>" \
  https://webexapis.com/v1/rooms/

anchorNext steps

anchor

Personal access tokens are for testing with your own account. When your application is ready to access Webex on behalf of other users, create a Webex Integration, review the available Integration Scopes, and implement the OAuth authentication flow.

In This Article
  • About personal access tokens
  • Get your personal access token
  • Use your personal access token
  • Next steps
Related Resources
  • Real world walkthrough of building an OAuth Webex integration

    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.