Get a Coveo access token

This is for:

Developer

Whenever you successfully log in to the Coveo Platform, the platform automatically generates or refreshes an access token for you. This token is valid for four hours, and is linked to the identity with which you’re authenticated in the platform.

If your identity has access to a Coveo organization, you can use this token to authenticate calls to any of the Coveo REST API operations for which your identity has the required privileges in this organization.

To get your Coveo access token:

  1. In your web browser, open the developer tools.

  2. Log in to the Coveo Platform.

  3. In the developer tools, typically under the Storage or Application tab, locate and inspect the https://platform.cloud.coveo.com item in the local storage.

    In this item, the coveo-access-token field value is your Coveo access token.