openapi: 3.0.3
info:
title: Radio Mast Analytics Radio Streams API
description: The Radio Mast API allows you to integrate Radio Mast functionality into your app or website, including streaming network management, stream monitoring, listener analytics, and encoder credentials.
version: '1.0'
contact:
name: Radio Mast
url: https://www.radiomast.io/docs/api/
servers:
- url: https://api.radiomast.io/v1
description: Radio Mast production API
security:
- ApiKeyAuth: []
tags:
- name: Radio Streams
paths:
/radiostreams/radiomast/:
get:
tags:
- Radio Streams
summary: List Radio Mast streams
responses:
'200':
description: List of Radio Mast streams
/radiostreams/external/:
get:
tags:
- Radio Streams
summary: List external streams
responses:
'200':
description: List of external streams
components:
securitySchemes:
ApiKeyAuth:
type: apiKey
in: header
name: Authorization