Skip to main content
GET
/
orgs
List Orgs
curl --request GET \
  --url https://api.staging.kathan.tech/orgs \
  --header 'Authorization: Bearer <token>' \
  --header 'X-User-ID: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "slug": "<string>",
    "role": "<string>",
    "contact_email": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>"
  }
]

Authorizations

Authorization
string
header
required

API key authentication.

X-User-ID
string
header
required

Required user id for API key requests.

Response

Successful Response

id
string
required
name
string
required
slug
string | null
role
string | null
contact_email
string | null
created_at
string | null
updated_at
string | null