Launch27 Account Notification Channel (WebSocket, minimally documented)
Version 1.0.0
AsyncAPI 2.6 description of the one WebSocket surface Launch27 documents: an account-scoped notification channel reached via a `pubsub_url` returned by the authenticated `GET /settings` call (see the companion OpenAPI document at `openapi/launch27-openapi.yml`, schema `Settings.pubsub_url`). Launch27's Bitbucket API wiki describes this in a single line, as part of the Get Settings page: "pubsub_url is websocket notification subscription url (requires authentication)", with the example value `wss://pubsub.l27.co/v1/subscribe?channel=3yicbolh5nv4s8wv`. That is the entirety of what is publicly documented. There is no dedicated wiki page for this channel (every REST endpoint has one; this does not), no published list of event/message types, and no published message envelope or payload schema. This document intentionally models only what is confirmed - channel discovery and the connection URL pattern - and marks the message payload as unknown rather than inventing an event catalog. Do not treat the `message` schema below as authoritative; verify directly against a live account before relying on it.
Channels
Messages
Servers
pubsub.l27.co/v1