Management API Overview

The Kevel Management API lets you create, update, list, get, search, and delete:

Please visit our Campaigns Overview page for a deeper explanation of the Campaigns section breakdown.

Endpoints

The base domain of the management API is https://api.kevel.co/. Most endpoints are at version v1, but some are at higher versions, so pay attention to the endpoint documentation. Most, but not all, requests in this documentation will be made to: https://api.kevel.co/v1/.

Data

The Management API uses GET, POST, PUT, and DELETE.

For POST and PUT endpoints, the data payload is structured as a JSON object.

Response

Responses are returned as JSON, with very few exceptions (such as the string "Successfully Deleted").