Eden Health grdn.routes.impl.provider API

Handlers to get general info about providers and departments.

Operations 1

GET /v2/clinician-details get-provider-details-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-provider-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-provider-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: '1.0'
  title: Grdn grdn.handler Grdn.routes.impl.provider API
  description: Eden Health Inc. primary backend API service.
servers:
- url: https://api.edenhealth.com/
tags:
- name: grdn.routes.impl.provider
  description: Handlers to get general info about providers and departments.
paths:
  /v2/clinician-details:
    get:
      summary: get-provider-details-handler
      description: Get all provider details.
      tags:
      - grdn.routes.impl.provider
      responses:
        default:
          description: Default success response.
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    athena-username:
                      type:
                      - string
                      - 'null'
                    google-id:
                      type: string
                    entity-type:
                      type:
                      - string
                      - 'null'
                    licenses:
                      type:
                      - array
                      - 'null'
                      items:
                        type: string
                    provider-type:
                      type: string
                    headshot-url:
                      type:
                      - string
                      - 'null'
                    display-name:
                      type: string
                    sendbird-user-id:
                      type: string
                      format: uuid
                    zoom-id:
                      type:
                      - string
                      - 'null'
                    id:
                      type: string
                      format: uuid
                    updated-at: {}
                    created-at: {}
                    careteam-id:
                      type:
                      - string
                      - 'null'
                      format: uuid
                    channel-user-id:
                      type: string
                      format: uuid
                    is-closeknit-credentialed:
                      type:
                      - boolean
                      - 'null'
                    athena-provider-ids:
                      type: array
                      items:
                        type: object
                        properties:
                          provider-group:
                            type:
                            - string
                            - 'null'
                          provider-group-id:
                            type:
                            - integer
                            - 'null'
                            format: int64
                            minimum: 1
                          provider-id:
                            type:
                            - integer
                            - 'null'
                            format: int64
                            minimum: 1
                        required:
                        - provider-group
                        - provider-group-id
                        - provider-id
                        title: grdn.specs.provider/athena-provider-id
                  required:
                  - athena-username
                  - id
                  - careteam-id
                  - channel-user-id
                  - created-at
                  - display-name
                  - google-id
                  - headshot-url
                  - licenses
                  - provider-type
                  - sendbird-user-id
                  - updated-at
                  - zoom-id
                  - is-closeknit-credentialed