Skip to main content
GET
/
v1
/
organizations
/
by-slug
/
{slug}
Get an organization by slug (404 if not a member)
curl --request GET \
  --url https://api.zeptar.com/v1/organizations/by-slug/{slug} \
  --cookie better-auth.session_token=

Documentation Index

Fetch the complete documentation index at: https://docs.zeptar.com/llms.txt

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

Authorizations

better-auth.session_token
string
cookie
required

Session cookie set by auth.api.signInEmail (or the OAuth flow). Forwarded automatically by the browser; copy via document.cookie for server-to-server calls during development.

Path Parameters

slug
string
required

Response

200 - undefined