Vibes Platform · Authentication Profile

Vibes Platform Authentication

Authentication

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

Mobile MarketingMobile MessagingPush NotificationsSMSMMSBroadcast MessagingAcquisition CampaignsSubscription ManagementWallet PassesRCS
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

basicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/vibes-connect-openapi.yml, openapi/vibes-platform-openapi.yml
summary:
  types:
  - http
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: HTTP Basic Authentication. Combine the username and password into a "username:password"
    string, encode it using Base64, and add the Authorization HTTP header set to "Basic " plus
    the encoded string.
  sources:
  - openapi/vibes-connect-openapi.yml
  - openapi/vibes-platform-openapi.yml