Mutates the given Axios request configuration to add the CDP API key signature to the request headers.

If the request fails.

  • Type Parameters

    • T

    Parameters

    • config: AxiosRequestConfig

      The Axios request configuration.

    • OptionalidempotencyKey: string

      The idempotency key.

    Returns Promise<T>

    A promise that resolves to the response data.