Oper Connective API

The Connective API from Oper — 2 operation(s) for connective.

OpenAPI Specification

oper-connective-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: Oper Agent Documents Connective API
  version: ''
tags:
- name: Connective
paths:
  /api/connective/auth-id/:
    get:
      operationId: api_connective_auth_id_retrieve
      responses:
        '200':
          description: No response body
      security:
      - jwtAuth: []
      tags:
      - Connective
  /api/connective/login-url/:
    get:
      operationId: api_connective_login_url_retrieve
      responses:
        '200':
          description: No response body
      security:
      - jwtAuth: []
      tags:
      - Connective
components:
  securitySchemes:
    jwtAuth:
      bearerFormat: JWT
      scheme: bearer
      type: http