Rainforest Health API

Resources for health functions.

OpenAPI Specification

rainforest-health-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Authentication ACH Returns Health API
  version: 1.0.0
  description: This resource is used for authentication actions
  contact:
    name: Rainforest
    email: support@rainforestpay.com
    url: https://rainforestpay.com
servers:
- url: https://api.sandbox.rainforestpay.com
  description: Sandbox server
- url: https://api.rainforestpay.com
  description: Production server
security:
- BearerAuth: []
tags:
- name: Health
  description: Resources for health functions.
paths:
  /health:
    get:
      operationId: get_health
      summary: Get health
      description: Get the status of the Rainforest API.
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: string
        '500':
          description: Internal Server Error
          content:
            text/plain:
              schema:
                type: string
      tags:
      - Health
components:
  securitySchemes:
    BearerAuth:
      type: http
      scheme: bearer
      bearerFormat: APIKey