About the Radio API
This is reference documentation for the Prepr for Radio REST API.
The API allows you to query the key parts of Prepr for Radio such as Publications, Assets,and Guides in your front-end application.
For more details about the most recent features, check out the Radio API changelog.
Making a request
Base url: https://radio-api.prepr.io/
You can test and debug queries using any HTTP client, such as Postman, by making a GET request:
GET /v5/publications?access_token=<YOUR-ACCESS-TOKEN>
Interpreting the Response
All API endpoints will return an HTTP status code that matches the state of your request.
Last updated on