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 Content API

Ad content management and performance

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

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

This API exposes 3 operations across 3 paths, and defines 3 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.

3 operations 3 paths 3 schemas 3 GET

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 Content 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 3

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

Content 3

Ad content management and performance

GET
/stats/api/v1.0/boosts/{boost_id}/content
Get All Boost Content
getAllBoostContent 3 params → 200401
GET
/stats/api/v1.0/boosts/{boost_id}/content/{content_id}
Get Boost Content
getBoostContent 4 params → 200401404
GET
/stats/api/v1.0/boosts/{boost_id}/content/{content_id}/widget-stats
Get Content Widget Stats
getContentWidgetStats 4 params → 200401

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are ContentItem (10 properties), ContentListResponse (2 properties), WidgetStatsResponse (1 property). Each schema is shown below with its type and property counts.

ContentListResponse
object
2 properties
WidgetStatsResponse
object
1 property
ContentItem
object
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

revcontent-content-api-openapi.yml Raw ↑

Other APIs RevContent publishes across the network.

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