Skip to main content
GET
Get facility by ID

Authorizations

Authorization
string
header
required

JWT token authentication

Path Parameters

id
integer
required

Facility ID

Response

Facility details

id
integer

Unique facility identifier

name
string

Facility name

type
string

Facility/site type (industry-specific, free-form — e.g. clinic, branch, warehouse, store)

address
string

Facility address

city
string

City

state
string

State

zip
string

ZIP code

phone
string

Primary phone number

email
string<email>

Primary email address

website
string | null

Facility website URL

licenseNumber
string | null

Facility license number

bedCount
integer | null

Number of beds in the facility

departments
string[]

List of departments in the facility

isActive
boolean

Whether the facility is active

createdAt
string<date-time>

Facility creation timestamp

updatedAt
string<date-time>

Last update timestamp