## MedplumClient.getDefaultHeaders() method [​](/content/docs/sdk/core.medplumclient.getdefaultheaders#medplumclientgetdefaultheaders-method "Direct link to MedplumClient.getDefaultHeaders(/index.html) method")

Returns default headers to include in all requests. This can be used to set custom headers such as Cookies or Authorization headers.

**Signature:**

```typescript
getDefaultHeaders(): Record<string, string>;
```

**Returns:**

Record<string, string>

Default headers to include in all requests.

- [MedplumClient.getDefaultHeaders() method](/content/docs/sdk/core.medplumclient.getdefaultheaders#medplumclientgetdefaultheaders-method/index.html)
