# List saved destinations Returns the list of saved streaming destinations owned by the authenticated user. Saved destinations can be used for multistreaming and may include platforms such as YouTube, Facebook, or custom RTMP endpoints. Endpoint: GET /streams/me/destinations Version: 1.0.0 Security: bearerAuth ## Response 200 fields (application/json): - `id` (string) Example: "pb_xxxxxxxxx" - `appName` (string) Example: "youtube" - `label` (string) - `rtmpBase` (string) - `oauth` (object) - `oauth.keepDefaultTitles` (boolean) - `oauth.titlesSource` (string) Enum: "original", "stream-titles", "custom" - `oauth.title` (string) - `oauth.description` (string) - `oauth.privacy` (string) - `oauth.autoStart` (boolean) - `oauth.autoStop` (boolean) - `oauth.rewind` (boolean) - `oauth.plannedStartTime` (string) - `oauth.metadata` (object) - `oauth.userAppDetails` (object) - `updatedAt` (string) - `isPinned` (boolean) - `isDisabled` (boolean) ## Response 401 fields