Mainstay · Authentication Profile

Mainstay Authentication

Authentication

Mainstay secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyEducationEdTechHigher EducationConversational AIStudent EngagementChatbotMessaging
Methods: http Schemes: 1 OAuth flows: API key in: header

Security Schemes

apiToken http
scheme: bearer · in: header (Authorization)

Source

Authentication Profile

mainstay-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://docs.api.mainstay.com/
docs: https://docs.api.mainstay.com/
summary:
  types:
  - http
  api_key_in:
  - header
  oauth2_flows: []
  notes: >-
    Mainstay (formerly AdmitHub) exposes an API-token authenticated REST API
    (v1.0). Tokens are generated by an admin from the Mainstay dashboard under
    the settings wheel -> "API Authentication" -> "Generate a new token", and are
    presented as a Bearer token on the Authorization header. No public OAuth2 /
    OpenID Connect flows are documented.
schemes:
- name: apiToken
  type: http
  scheme: bearer
  in: header
  parameter: Authorization
  description: >-
    Static API token issued from the Mainstay/AdmitHub dashboard (Settings ->
    API Authentication). Sent as `Authorization: Bearer <token>`.
  provisioning: dashboard
  sources:
  - https://docs.api.mainstay.com/
  - https://tray.ai/documentation/connectors/service/admithub/