Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

RevContent Boosts API

Campaign management (boosts)

RevContent Boosts API is one of 7 APIs that RevContent publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Boosts. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 5 paths, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://api.revcontent.io.

5 operations 5 paths 6 schemas 2 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.revcontent.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

RevContent Boosts API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — OAuth 2.0 Bearer token obtained from /oauth/token

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 2 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Boosts 5

Campaign management (boosts)

POST
/stats/api/v1.0/boosts/add
Add Boost (Create Campaign)
addBoost body → 200400401
POST
/stats/api/v1.0/boosts/update
Update Boost Settings
updateBoostSettings body → 200400401
GET
/stats/api/v1.0/boosts
Get All Boosts
getAllBoosts 2 params → 200401
GET
/stats/api/v1.0/boosts/{boost_id}/performance
Get Boost Performance
getBoostPerformance 3 params → 200401404
POST
/stats/api/v1.0/boosts/update/status
Update Boost Status
updateBoostStatus body → 200400401

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are AddBoostRequest (9 properties), BoostResponse (8 properties), BoostPerformance (7 properties), UpdateBoostRequest (6 properties). Each schema is shown below with its type and property counts.

BoostPerformance
object
7 properties
UpdateBoostRequest
object
6 properties 1 required
UpdateBoostStatusRequest
object
3 properties 2 required
BoostListResponse
object
2 properties
AddBoostRequest
object
9 properties 3 required
BoostResponse
object
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

revcontent-boosts-api-openapi.yml Raw ↑

Other APIs RevContent publishes across the network.

RevContent Stats & Management API
RevContent Access API
RevContent CCPA API
RevContent Content API
RevContent Helpers API
RevContent Targeting API