Kayhan Space Satcat Service API API

The Satcat Service API API from Kayhan Space — 1 operation(s) for satcat service api.

OpenAPI Specification

kayhan-space-satcat-service-api-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Satcat Service Authentication Satcat Service API API
  description: '

    Kayhan Space''s Satcat Service API.


    ## Features

    * **View** historical CDM data for an object.

    * **View** latest CDM data for an object.

    '
  contact:
    email: help@kayhan.space
  version: 1.0.0
servers:
- url: /api/satcat
tags:
- name: Satcat Service API
paths:
  /:
    get:
      summary: Root
      operationId: root__get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      tags:
      - Satcat Service API
components:
  securitySchemes:
    Oauth2Scheme:
      type: oauth2
      flows:
        password:
          scopes:
            internal: Access from an internal API.
          tokenUrl: login
        clientCredentials:
          scopes:
            internal: Access from an internal API.
          tokenUrl: oauth/token