Eden Health grdn.routes.impl.video API

Scheduling calls and querying call metadata

Operations 3

GET /v2/meeting/{meeting-id} get-meeting-handler
POST /v2/schedule-meeting schedule-meeting-handler
POST /v2/start-meeting start-meeting-handler

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • 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.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/eden-health-grdn-routes-impl-video-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

eden-health-grdn-routes-impl-video-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: '1.0'
  title: Grdn grdn.handler Grdn.routes.impl.video API
  description: Eden Health Inc. primary backend API service.
servers:
- url: https://api.edenhealth.com/
tags:
- name: grdn.routes.impl.video
  description: Scheduling calls and querying call metadata
paths:
  /v2/meeting/{meeting-id}:
    get:
      summary: get-meeting-handler
      description: Gets zoom video meeting data by id.
      tags:
      - grdn.routes.impl.video
      parameters:
      - in: path
        name: meeting-id
        description: 'origin spec: grdn.specs.video/get-meeting-params'
        required: true
        schema:
          type: string
      responses:
        default:
          description: Default success response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  start-time:
                    type: string
                    x-allOf:
                    - type: string
                    - {}
                  timezone:
                    type: string
                  assistant-id:
                    type: string
                  id:
                    type: number
                    format: double
                  uuid:
                    type: string
                  status:
                    type: string
                  created-at:
                    type: string
                    x-allOf:
                    - type: string
                    - {}
                  duration:
                    type: integer
                    format: int64
                  join-url:
                    type: string
                  type:
                    type: integer
                    format: int64
                  host-id:
                    type: string
                  agenda:
                    type: string
                  host-email:
                    type: string
                    x-allOf:
                    - type: string
                    - {}
                  topic:
                    type: string
                required:
                - join-url
                - timezone
                - host-email
                - start-time
                - type
                - duration
                - topic
                - status
                - id
                - host-id
                - uuid
                - created-at
                - assistant-id
                - agenda
                title: grdn.specs.video/get-meeting-response
  /v2/schedule-meeting:
    post:
      summary: schedule-meeting-handler
      description: Schedules a video meeting using provider zoom id.
      tags:
      - grdn.routes.impl.video
      responses:
        default:
          description: Default success response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  start-time:
                    type: string
                    x-allOf:
                    - type: string
                    - {}
                  timezone:
                    type: string
                  id:
                    type: number
                    format: double
                  uuid:
                    type: string
                  status:
                    type: string
                  created-at:
                    type: string
                    x-allOf:
                    - type: string
                    - {}
                  duration:
                    type: integer
                    format: int64
                  join-url:
                    type: string
                  type:
                    type: integer
                    format: int64
                  host-id:
                    type: string
                  host-email:
                    type: string
                    x-allOf:
                    - type: string
                    - {}
                  topic:
                    type: string
                required:
                - join-url
                - timezone
                - host-email
                - start-time
                - type
                - duration
                - topic
                - status
                - id
                - host-id
                - uuid
                - created-at
                title: grdn.specs.video/schedule-meeting-response
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                patient-id:
                  type: string
                  format: uuid
                appointment-id:
                  type: string
                email:
                  type: string
                  x-allOf:
                  - type: string
                  - {}
              title: grdn.specs.video/schedule-meeting-params
        description: 'origin spec: grdn.specs.video/schedule-meeting-params'
  /v2/start-meeting:
    post:
      summary: start-meeting-handler
      description: ''
      tags:
      - grdn.routes.impl.video
      responses:
        default:
          description: Default success response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  start-time:
                    type: string
                    x-allOf:
                    - type: string
                    - {}
                  timezone:
                    type: string
                  id:
                    type: number
                    format: double
                  uuid:
                    type: string
                  status:
                    type: string
                  created-at:
                    type: string
                    x-allOf:
                    - type: string
                    - {}
                  duration:
                    type: integer
                    format: int64
                  join-url:
                    type: string
                  type:
                    type: integer
                    format: int64
                  host-id:
                    type: string
                  host-email:
                    type: string
                    x-allOf:
                    - type: string
                    - {}
                  topic:
                    type: string
                required:
                - join-url
                - timezone
                - host-email
                - start-time
                - type
                - duration
                - topic
                - status
                - id
                - host-id
                - uuid
                - created-at
                title: grdn.specs.video/start-meeting-response
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                email:
                  type: string
                  x-allOf:
                  - type: string
                  - {}
                patient-id:
                  type: string
                  format: uuid
                zoom-meeting-id:
                  type: string
              title: grdn.specs.video/start-meeting-params
        description: 'origin spec: grdn.specs.video/start-meeting-params'