1. Credentials
  2. Custom Header

Credentials

Custom Header

Explains how to create a Custom Header credential for adding custom authentication headers to API requests. Used in the Apicall task.

Overview

The Custom Header credential stores a custom HTTP header key and value pair. This is useful for APIs that require non-standard authentication headers (e.g., x-api-key). This credential can be used in the API Call task.

Fields

Field Required Description
Credential Name Yes A name to identify this credential.
Header Key Yes The HTTP header name (e.g., x-api-key).
Header Value Yes The HTTP header value.

Creating the Credential

  1. Navigate to the Credentials section of the manage platform.
  2. Click the
    + Create new item
    button.
  3. Select Custom Header (header key and header value) from the credential type dropdown.
  4. Enter a Credential Name.
  5. Enter the Header Key.
  6. Enter the Header Value.
  7. Click the
    Create
    button.