Treasury Prime Health API

The Health API from Treasury Prime — 1 operation(s) for health.

OpenAPI Specification

treasury-prime-health-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Treasury Prime Bank Accounts Health API
  version: '1'
  description: 'REST API covering Accounts, Persons, Businesses, Cards, Payments

    (ACH, Wire, Book, Check), Transactions, Statements, and Webhooks across

    Treasury Prime''s network of sponsor banks. Endpoints derived from

    https://docs.treasuryprime.com/.

    '
  contact:
    name: Treasury Prime
    url: https://developers.treasuryprime.com/
servers:
- url: https://api.sandbox.treasuryprime.com
  description: Sandbox
security:
- BasicAuth: []
tags:
- name: Health
paths:
  /ping:
    get:
      tags:
      - Health
      summary: Health check
      responses:
        '200':
          description: Pong
components:
  securitySchemes:
    BasicAuth:
      type: http
      scheme: basic
      description: HTTP Basic Auth using API Key ID (username) and Secret (password).