Skip to main content
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 page in the Dashboard.

Example use case

The following code sample shows a request to list all the applications for your organisation.
curl https://api.yorlet.com/v1/applications \
  -H "Authorization: Bearer {{SECRET_KEY}}" \
  -H "Yorlet-Context: {{ORGANISATION_ID}}"