Skip to main content
GET
Get one organization

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Path Parameters

id
string
required

The organization's ID.

Response

The organization.

id
string
required
name
string
required
kind
enum<string>
required

What the organization is.

Available options:
veterinary_practice,
rescue,
shelter,
supplier,
employer,
government,
other
email
string | null
required
phone
string | null
required
website
string | null
required
address
object
required

Every part is optional, and a key not listed here is refused. An empty or null part is removed.

notes
string | null
required
is_active
boolean
required

false when it is archived.

is_emergency
boolean
required

Always false for anything but a veterinary practice.

is_primary_vet
boolean
required

Always false for anything but a veterinary practice.

relationship
enum<string> | null
required
Available options:
prospect,
active_client,
past_client,
partner,
supplier,
competitor,
null
relationship_since
string<date> | null
required
industry_code
string | null
required
industry_label
string | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required