CRUD API Overview

The CRUD API is implemented as JSON over HTTP using all four verbs (GET, POST, PUT, DELETE). Each resource, like Advertisers, Campaigns, Ads, has its own URL and is manipulated in isolation. In other words, we’ve tried to make the API follow the REST principles as much as possible.

Authentication

For details on how to authenticate, refer to Get Started with the NextRoll API.

Getting Started

The CRUD API Usage page shows general API concepts.

Service Walkthrough

Get to know NextRoll