About the Radio API

This is reference documentation for the Prepr for Radio REST API.

The API provides programmatic access to all the key parts of Prepr for Radio, publications, assets, guides ect. To get started with the API, you'll need to first have created an application.

Making a request

Base url: https://mutation.prepr.io/

Making a request to our API is as simple as issuing an HTTP GET request. You can make these requests using the mechanism of your choosing. For debugging and developing our team uses Postman.

GET /v5/publications?access_token=<YOUR-ACCESS-TOKEN> HTTP/1.0

More about the basis in our guide Basics explained and some advanced functions Overview and Best Practices .

Interpreting the Response

All API endpoints will return an HTTP status code that matches the state of your request.