Skip to main content
GET
/
api
/
v1
/
org_intake
/
{org_slug}
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "created_at": "<string>",
  "logo_url": "<string>",
  "membership_role": "<string>",
  "name": "<string>",
  "org_category": "<string>",
  "org_type": "<string>",
  "self_represented": true,
  "slug": "<string>",
  "status": "<string>",
  "timezone": "<string>"
}

Path Parameters

org_slug
string
required

Response

OK

id
string
required
created_at
string
required
logo_url
string | null
required
membership_role
string | null
required
name
string
required
org_category
string
required
org_type
string
required
self_represented
boolean
required
slug
string
required
status
string
required
timezone
string
required