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

# Get current organization

> Returns the organization that the current API key or OAuth token belongs to

Requires `monitors:read` permission. Useful for confirming which organization a token is scoped to before making writes.

<ResponseExample>
  ```json 200 theme={null}
  {
    "data": {
      "organization": {
        "id": 123,
        "name": "Acme Inc."
      }
    }
  }
  ```
</ResponseExample>
