Noyo Ping API

The Ping API from Noyo — 1 operation(s) for ping.

OpenAPI Specification

noyo-ping-api-openapi.yml Raw ↑
openapi: 3.0.1
info:
  description: APIs to manage and consume information about Carriers
  title: Noyo Carrier Carrier Mapped Field Ping API
  version: 1.0.0
servers: []
tags:
- name: Ping
paths:
  /ping:
    get:
      description: Returns a simple OK message with a 200 status code
      operationId: ping
      responses:
        '200':
          description: Successful Response
      security: []
      summary: Ping Endpoint
      tags:
      - Ping