Eden Health grdn.routes.impl.brad API

The grdn.routes.impl.brad API from Eden Health — 3 operation(s) for grdn.routes.impl.brad.

Operations 3

GET /v2/brad/status get-status-handler
PUT /v2/brad/status/active set-status-active-handler
PUT /v2/brad/status/inactive set-status-inactive-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-brad-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-brad-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: '1.0'
  title: Grdn grdn.handler Grdn.routes.impl.brad API
  description: Eden Health Inc. primary backend API service.
servers:
- url: https://api.edenhealth.com/
tags:
- name: grdn.routes.impl.brad
  description: null
paths:
  /v2/brad/status:
    get:
      summary: get-status-handler
      description: Indicates BRAD state
      tags:
      - grdn.routes.impl.brad
      responses:
        default:
          description: Default success response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  state:
                    type: string
                    x-allOf:
                    - type: string
                    - x-anyOf:
                      - {}
                      - {}
                required:
                - state
                title: grdn.specs.brad/get-status-response
  /v2/brad/status/active:
    put:
      summary: set-status-active-handler
      description: Sets BRAD state to active (enabled)
      tags:
      - grdn.routes.impl.brad
      responses:
        default:
          description: Default success response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  success:
                    type: boolean
                required:
                - success
                title: grdn.specs.brad/set-status-response
  /v2/brad/status/inactive:
    put:
      summary: set-status-inactive-handler
      description: Sets BRAD state to inactive (disabled)
      tags:
      - grdn.routes.impl.brad
      responses:
        default:
          description: Default success response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  success:
                    type: boolean
                required:
                - success
                title: grdn.specs.brad/set-status-response