Adapter Oauth API

The Oauth API from Adapter — 1 operation(s) for oauth.

OpenAPI Specification

adapter-oauth-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Adapter Adapter API Oauth API
  version: 0.1.0
tags:
- name: Oauth
paths:
  /oauth/insta:
    get:
      summary: Insta Oauth
      operationId: insta_oauth_oauth_insta_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      tags:
      - Oauth
    post:
      summary: Insta Oauth
      operationId: insta_oauth_oauth_insta_post
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      tags:
      - Oauth
components:
  securitySchemes:
    HTTPBasic:
      type: http
      scheme: basic
    HTTPBearer:
      type: http
      scheme: bearer