RunWhen auth-providers API

The auth-providers API from RunWhen — 1 operation(s) for auth-providers.

OpenAPI Specification

runwhen-auth-providers-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: papi alert-query-proxy auth-providers API
  description: RunWhen Platform API
  version: 2.0.0
tags:
- name: auth-providers
paths:
  /api/v3/auth/providers:
    get:
      tags:
      - auth-providers
      summary: Get Auth Providers
      description: 'Return the categorised list of enabled login methods.


        The Web UI login page fetches this on mount to render social buttons,

        enterprise SSO, and email/password sections dynamically.'
      operationId: get_auth_providers_api_v3_auth_providers_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      security: []
components:
  securitySchemes:
    BearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT
      description: JWT access token from /api/v3/token/ or Auth0 login