Skip to main content
GET
/
organization
Get organization
curl --request GET \
  --url https://api.tomorro.com/v2/organization \
  --header 'x-api-key: <api-key>'
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "name": "Acme Corporation",
  "slug": "acme-corporation"
}

Documentation Index

Fetch the complete documentation index at: https://alpha.developer.tomorro.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key for authentication. Get your key at https://app.tomorro.com/settings/integrations?integration=api-key

Response

Current organization

id
string<uuid>
required

Unique identifier of the organization

Example:

"550e8400-e29b-41d4-a716-446655440000"

name
string
required

Display name of the organization

Example:

"Acme Corporation"

slug
string
required

URL-safe unique slug for the organization

Example:

"acme-corporation"