Prenly public api documentation

Welcome to the official documentation of technical apis that can be used by Prenly customers.

The apis are defined according to OpenApi specifications (formerly "Swagger"). Read more at swagger.io and openapis.org.

Reach out for us on hello(@)prenly.com or by phone at +46 (0)31-388 47 40)

Prenly Connect Api

Prenly Connect is available for external sites or other systems to exchange data with the core of the Prenly platform.

Examples of what is possible to do:

Authentication is made with a token client and secret, that is issued by Prenly Helpdesk on request.

Open documentation

Prenly Remote Api

Prenly Remote Api is used for Prenly customers that wants to handle authentication (login accounts) and/or authorization (subscriptions) in their own system that Prenly has no built-in support for.

By implementing applicable endpoints according to this specification, Prenly can be setup to manage logins and subscription data via the implemented api. This implementation normally fetches data from an own database or another external system that they have access to.

After the api is implemented it should be tested by the customer, according to these instructions, on the testing site at remoteapi.prenly.com.

When all tests comply, Prenly Helpdesk will set up the integration to your implemented api, so that the implemented api will be used in Prenly web reader sites/applications.

Open documentation

Also checkout our implementing guide: