Skip to main content
GET
/
api
/
v1
/
me
Get current organization
curl --request GET \
  --url https://app.larm.dev/api/v1/me
{
  "data": {
    "organization": {
      "id": 123,
      "name": "Acme Inc."
    }
  }
}

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.

Requires monitors:read permission. Useful for confirming which organization a token is scoped to before making writes.
{
  "data": {
    "organization": {
      "id": 123,
      "name": "Acme Inc."
    }
  }
}