KeyCorp Health Check API

The HealthCheck API from KeyCorp — 7 operation(s) for healthcheck.

Operations 7

GET /accounts/validations/v2/healthCheck Health check #
GET /accounts/transactions/v1/healthCheck Health check #
GET /ach/payments/v1/healthCheck Health check #
GET /commercial/checks/v1/healthCheck Health check #
GET /rtp/v1/healthCheck Health check #
GET /rtp/v1/payment/healthCheck Health check #
GET /wireInquiry/v1/healthCheck Health check #

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/keycorp-healthcheck-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

keycorp-healthcheck-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Keycorp Health Check API
  version: '1.0'
  description: 'Operations tagged HealthCheck across 7 of this provider''s published API definitions: keycorp-account-validation-openapi.yml, keycorp-ach-inquiry-openapi.yml, keycorp-ach-originations-openapi.yml, keycorp-check-services-openapi.yml, keycorp-rtp-inquiry-openapi.yml, keycorp-rtp-wire-payments-openapi.yml, keycorp-wire-inquiry-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://partner-api-qv.key.com
- url: https://partner-api.key.com
tags:
- name: HealthCheck
paths:
  /accounts/validations/v2/healthCheck:
    get:
      tags:
      - HealthCheck
      summary: Health check
      description: Verify you can connect to the API service. A bearer token is required.
      operationId: healthCheck
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful response
          headers:
            X-CorrelationId:
              schema:
                type: string
              description: A unique identifier generated for each transaction that remains with the transaction through the chain of API operations.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/healthResponse'
              example:
                Status: Ok
                Source: Roundtrip
                Timestamp: '2022-09-15T04:49:03'
                ClientIp: 156.77.111.28
                X-Forwarded-For: '[156.77.111.28]'
    servers:
    - url: https://partner-api-qv.key.com
    - url: https://partner-api.key.com
  /accounts/transactions/v1/healthCheck:
    get:
      tags:
      - HealthCheck
      summary: Health check
      description: Verify you can connect to the API service. A bearer token is required.
      operationId: healthCheck
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful response
          headers:
            X-CorrelationId:
              description: A unique identifier generated for each transaction that remains with the transaction through the chain of API operations.
              schema:
                type: string
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HealthResponse'
              example:
                Status: Ok
                Source: Roundtrip
                Timestamp: '2022-09-15T04:49:03'
                ClientIp: 192.0.2.1
                X-Forwarded-For: '[192.0.2.1]'
    servers:
    - url: https://partner-api-qv.key.com
      description: Non-Production environment (QV)
    - url: https://partner-api.key.com
      description: Production and Simulator environment
  /ach/payments/v1/healthCheck:
    get:
      tags:
      - HealthCheck
      summary: Health check
      description: Verify you can connect to the API service. A bearer token is required.
      operationId: healthCheck
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful response
          headers:
            X-CorrelationId:
              schema:
                type: string
              description: Universal id to trace the transaction across all the systems involved.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/healthResponse_2'
              example:
                Status: Ok
                Source: Roundtrip
                Timestamp: '2022-09-15T04:49:03'
                ClientIp: 156.77.111.28
                X-Forwarded-For: '[156.77.111.28]'
    servers:
    - url: https://partner-api-qv.key.com
    - url: https://partner-api.key.com
  /commercial/checks/v1/healthCheck:
    get:
      tags:
      - HealthCheck
      summary: Health check
      operationId: healthCheck
      description: Verify you can connect to the API service. A bearer token is required.
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HealthResponse'
              example:
                Status: Ok
                Source: Roundtrip
                Timestamp: '2022-09-15T04:49:03'
                ClientIp: 192.0.2.1
                X-Forwarded-For: '[192.0.2.1]'
    servers:
    - url: https://partner-api-qv.key.com
    - url: https://partner-api.key.com
  /rtp/v1/healthCheck:
    get:
      tags:
      - HealthCheck
      summary: Health check
      description: Verify you can connect to the API service. A bearer token is required.
      operationId: healthCheck
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful response
          headers:
            X-CorrelationId:
              description: A unique identifier generated for each transaction that remains with the transaction through the chain of API operations.
              schema:
                type: string
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HealthResponse'
              example:
                Status: Ok
                Source: Roundtrip
                Timestamp: '2022-09-15T04:49:03'
                ClientIp: 192.0.2.1
                X-Forwarded-For: '[192.0.2.1]'
    servers:
    - url: https://partner-api-qv.key.com
      description: Non-Production environment (QV)
    - url: https://partner-api.key.com
      description: Production and Simulator environment
  /rtp/v1/payment/healthCheck:
    get:
      tags:
      - HealthCheck
      summary: Health check
      description: Verify you can connect to the API service. A bearer token is required.
      operationId: healthCheckv1
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful response
          headers:
            X-CorrelationId:
              description: A unique identifier generated for each transaction that remains with the transaction through the chain of API operations.
              style: simple
              schema:
                type: string
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/healthResponse_3'
              example:
                Status: Ok
                Source: Roundtrip
                Timestamp: '2022-09-16T02:36:20'
                ClientIp: 156.77.111.28
                X-Forwarded-For: '[156.77.111.28]'
    servers:
    - url: https://partner-api-qv.key.com
    - url: https://partner-api.key.com
  /wireInquiry/v1/healthCheck:
    get:
      tags:
      - HealthCheck
      summary: Health check
      description: Verify you can connect to the API service. A bearer token is required.
      operationId: healthCheck
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful response
          headers:
            X-CorrelationId:
              description: A unique identifier generated for each transaction that remains with the transaction through the chain of API operations.
              schema:
                type: string
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HealthResponse'
              example:
                Status: Ok
                Source: Roundtrip
                Timestamp: '2022-09-15T04:49:03'
                ClientIp: 192.0.2.1
                X-Forwarded-For: '[192.0.2.1]'
    servers:
    - url: https://partner-api-qv.key.com
      description: Non-Production environment (QV)
    - url: https://partner-api.key.com
      description: Production and Simulator environment
components:
  schemas:
    healthResponse:
      type: object
      title: healthResponse
      properties:
        Status:
          type: string
          description: Status of the health check response.
        Source:
          type: string
          description: Origin of the system response can be 'Gateway' or 'Roundtrip'. Roundtrip returns a response from the farthest system involved.
        Timestamp:
          type: string
          description: Date (YYYY-MM-DD) and time (HH:MM:SS) of response from the API service.
        ClientIp:
          type: string
          description: Client IP address the gateway receives from the request.
        X-Forwarded-For:
          type: string
          description: Sequence of IP addresses for systems between the client and the gateway.
    HealthResponse:
      type: object
      title: healthResponse
      properties:
        Status:
          type: string
          description: Status of the health check response.
          examples:
          - Ok
        Source:
          type: string
          description: Origin of the system response can be 'Gateway' or 'Roundtrip'. Roundtrip returns a response from the farthest system involved.
          examples:
          - Gateway
          - Roundtrip
        Timestamp:
          type: string
          description: Date (YYYY-MM-DD) and time (HH:MM:SS) of response from the API service.
          pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}$
          examples:
          - '2022-09-15T04:49:03'
        ClientIp:
          type: string
          description: Client IP address the gateway receives from the request.
          examples:
          - 192.0.2.1
        X-Forwarded-For:
          type: string
          description: Sequence of IP addresses for systems between the client and the gateway.
          examples:
          - '[192.0.2.1]'
    healthResponse_2:
      type: object
      title: healthResponse
      description: The response for a successful API health check.
      properties:
        Status:
          type: string
          description: The status of the health check response.
        Source:
          type: string
          description: The origin of the system response can be 'Gateway' or 'Roundtrip'. Roundtrip returns a response from the farthest system involved.
        Timestamp:
          type: string
          description: The date (YYYY-MM-DD) and time (HH:MM:SS) of response from the API service.
        ClientIp:
          type: string
          description: The client IP address the gateway receives from the request.
        X-Forwarded-For:
          type: string
          description: The sequence of the IP addresses for systems between the client and the gateway.
    healthResponse_3:
      title: healthResponse
      type: object
      description: The response for a successful API health check.
      properties:
        Status:
          type: string
          description: The status of the health check response.
        Source:
          type: string
          description: The system that produces the health response. The origin of the response can be 'Gateway' or 'Roundtrip.' Roundtrip returns a response from the farthest system involved.
        Timestamp:
          type: string
          description: The date (YYYY-MM-DD) and time (HH:MM:SS) of response from the API service.
        ClientIp:
          type: string
          description: The client IP address the gateway receives from the request.
        X-Forwarded-For:
          type: string
          description: The sequence of the IP addresses for systems between the client and the gateway. Addresses are separated by a comma.
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
x-refined-from:
- keycorp-account-validation-openapi.yml
- keycorp-ach-inquiry-openapi.yml
- keycorp-ach-originations-openapi.yml
- keycorp-check-services-openapi.yml
- keycorp-rtp-inquiry-openapi.yml
- keycorp-rtp-wire-payments-openapi.yml
- keycorp-wire-inquiry-openapi.yml