openapi: 3.2.0
info:
title: Agora Data Health API
version: 0.1.0
description: 'Operations tagged Health across 2 of this provider''s published API definitions: agora-data-health-api-openapi.yml, agora-data-openapi-original.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.agoradata.com
description: Base URL reconciled from apis.yml
tags:
- name: Health
paths:
/health:
servers:
- url: https://api.agoradata.com
description: Base URL reconciled from apis.yml
get:
summary: Status Endpoint
operationId: status_endpoint_health_get
responses:
'200':
description: Successful Response
content:
application/json:
schema:
type: string
title: Response Status Endpoint Health Get
tags:
- Health
x-refined-from:
- agora-data-health-api-openapi.yml
- agora-data-openapi-original.json