1. Credentials
  2. Bearer Token

Credentials

Bearer Token

Explains how to create a Bearer Token credential for authenticating with APIs that require a bearer token. Used in the Apicall task.

Overview

The Bearer Token credential stores a bearer token that is sent as an Authorization: Bearer <token> header with API requests. This credential can be used in the API Call task.

Fields

Field Required Description
Credential Name Yes A name to identify this credential.
Bearer Token Yes The bearer token value.

Creating the Credential

  1. Navigate to the Credentials section of the manage platform.
  2. Click the
    + Create new item
    button.
  3. Select Bearer token from the credential type dropdown.
  4. Enter a Credential Name.
  5. Enter the Bearer Token.
  6. Click the
    Create
    button.