> ## Documentation Index
> Fetch the complete documentation index at: https://algolia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Request options

> Key-value pairs you can add to API requests.

export const Legacy = ({title, href}) => {
  return <Note>

    This page documents an earlier version of the API client.
    For the latest version, see <a href={href}>{title}</a>.

    </Note>;
};

<Legacy title="Request options" href="/doc/libraries/sdk/request-options" />

Typical uses of request options are to add extra HTTP headers or to change the default timeout of an API client.

## Request options

For methods that support request options,
the details are in the **Parameters** section,
under `requestOptions`.
