Revive Adserver REST API
A RESTful API for Revive Adserver
What does the API URL look like?
As an example, to request the details of an advertiser,
the REST URL looks like this:
https://api.example.com/adv/2
Full documentation is available.
Authentication
The Revive Adserver REST API comes with HTTP Basic Authentication and it is an integrated part of the Revive Adserver architecture. All users present in the Revive Adserver application can use the Revive Adserver REST API without any additional configuration. Each user will only have access to the objects they are privileged to.
What does the API output look like?
The Json output from the API looks like this:
{ "advertiserId": "1", "accountId": "3", "agencyId": "1", "advertiserName": "Example Advertiser", "contactName": "John Doe", "emailAddress": "john.doe@example.com", "comments": "" }
Installation
Installation is simple, all you need to do is to unpack one zip file.
Details can be found on our installation instructions page.
Compatibility
Revive Adserver REST API is compatible with all versions of Revive Adserver v4.x, and v5.x.
Revive Adserver REST API is compatible with all currently supported versions of PHP, including PHP 7 and PHP 8.
Always make sure to check the technical requirements for installing and running Revive Adserver first.
Price and Purchase
An annual subscription license
costs US$ 249 per 12 months.
A lifetime license costs US$ 599.
Demo
We have created an interactive demo page,
enabling you to try out examples of all features.