Eden Health grdn.routes.impl.bookable-entities API
The grdn.routes.impl.bookable-entities API from Eden Health — 1 operation(s) for grdn.routes.impl.bookable-entities.
The grdn.routes.impl.bookable-entities API from Eden Health — 1 operation(s) for grdn.routes.impl.bookable-entities.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/eden-health-grdn-routes-impl-bookable-entities-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
openapi: 3.2.0
info:
version: '1.0'
title: Grdn grdn.handler Grdn.routes.impl.bookable Entities API
description: Eden Health Inc. primary backend API service.
servers:
- url: https://api.edenhealth.com/
tags:
- name: grdn.routes.impl.bookable-entities
description: null
paths:
/v2/bookable-entities:
get:
summary: get-bookable-entities-handler
description: Gets all departments and appointment reasons.
tags:
- grdn.routes.impl.bookable-entities
responses:
default:
description: Default success response.
content:
application/json:
schema:
type: object
properties:
patientappointmentreasons:
type: array
items:
type: object
properties:
schedulingminhours:
type: number
format: double
reasontype:
type: string
reason:
type: string
description:
type: string
reason-id:
type: number
format: double
schedulingmaxdays:
type: number
format: double
department-ids:
type: array
items:
type: number
format: double
required:
- schedulingminhours
- reasontype
- reason
- description
- reason-id
- schedulingmaxdays
- department-ids
title: grdn.specs.bookable-entities/patientappointmentreason
departments:
type: array
items:
type: object
properties:
city:
type: string
address-1:
type: string
x-allOf:
- type: string
- {}
longitude:
type: string
id:
type: number
format: double
time-zone-offset:
type: number
format: double
latitude:
type: string
short-name:
type:
- string
- 'null'
name:
type:
- string
- 'null'
time-zone-name:
type: string
time-zone:
type: number
format: double
address:
type: string
address-2:
type:
- string
- 'null'
state:
type: string
zip:
type: string
provider-list:
type: array
items:
type: integer
format: int64
required:
- id
- name
title: grdn.specs.bookable-entities/department
popups:
type: array
items:
type: object
properties:
end-date: {}
end-time:
type:
- string
- 'null'
start-time:
type:
- string
- 'null'
athena-reason-id:
type: integer
format: int64
city:
type:
- string
- 'null'
x-allOf:
- type: string
- {}
address-1:
type:
- string
- 'null'
x-allOf:
- type: string
- {}
id:
type: string
format: uuid
athena-scheduling-provider-id:
type:
- integer
- 'null'
format: int64
updated-at: {}
popup-state:
enum:
- draft
- active
type: string
name:
type: string
created-at: {}
instructions:
type:
- string
- 'null'
eligible-members:
enum:
- employees_and_dependents
- employees_only
type: string
sponsor-id:
type: string
format: uuid
address-2:
type:
- string
- 'null'
state:
type:
- string
- 'null'
x-allOf:
- type: string
- {}
time-zone-id:
type: string
date: {}
division-ids:
type: array
items:
type:
- string
- 'null'
format: uuid
zip:
type:
- string
- 'null'
x-allOf:
- type: string
- {}
required:
- sponsor-id
- date
- name
- athena-reason-id
- athena-scheduling-provider-id
- address-1
- city
- state
- zip
- popup-state
- created-at
- updated-at
- id
- instructions
- address-2
- time-zone-id
title: grdn.specs.popup/popup
reasongroups:
type: array
items:
type: object
properties:
id:
type: string
format: uuid
name:
type: string
description:
type: string
athena-reason-ids:
type: array
items:
type: number
format: double
display-order:
type: number
format: double
skip-reason-selection:
type: boolean
required:
- id
- name
- description
- athena-reason-ids
- display-order
- skip-reason-selection
title: grdn.specs.reason-group/group
departmentgroups:
type: array
items:
type: string
required:
- patientappointmentreasons
- departments
- popups
- reasongroups
- departmentgroups
title: grdn.specs.bookable-entities/get-bookable-entities-response