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

# Yorlet-Context header

> Learn how to use the Yorlet-Context header to view organisation-wide data.

The `Yorlet-Context` header is a way to view organisation-wide data. You can use the header to view data for all accounts in your organisation.

## Retrieve the organisation ID

You can retrieve the organisation ID from the [organisation settings](https://dashboard.yorlet.com/org/settings/org) page in the Dashboard.

## Example use case

The following code sample shows a request to list all the applications for your organisation.

```http theme={"theme":"dracula"}
curl https://api.yorlet.com/v1/applications \
  -H "Authorization: Bearer {{SECRET_KEY}}" \
  -H "Yorlet-Context: {{ORGANISATION_ID}}"
```
