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

Taboola Campaign Items API

Standard ad items (creatives) belonging to a campaign.

Taboola Campaign Items API is one of 16 APIs that Taboola publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 3 JSON Schema definitions.

Tagged areas include Campaign Items. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 3 JSON Schemas.

This API exposes 5 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://backstage.taboola.com/backstage/api/1.0.

5 operations 2 paths 1 schemas 1 DELETE2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Server
https://backstage.taboola.com/backstage/api/1.0
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Taboola Campaign Items API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 5

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

Campaign Items 5

Standard ad items (creatives) belonging to a campaign.

GET
/{account_id}/campaigns/{campaign_id}/items/
Get All Campaign Items
getAllCampaignItems 2 params → 200
POST
/{account_id}/campaigns/{campaign_id}/items/
Create A Campaign Item
createCampaignItem 2 params body → 200
GET
/{account_id}/campaigns/{campaign_id}/items/{item_id}
Get A Campaign Item
getCampaignItem 3 params → 200
POST
/{account_id}/campaigns/{campaign_id}/items/{item_id}
Update A Campaign Item
updateCampaignItem 3 params body → 200
DELETE
/{account_id}/campaigns/{campaign_id}/items/{item_id}
Delete A Campaign Item
deleteCampaignItem 3 params → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Item (11 properties). Each schema is shown below with its type and property counts.

Item
object
11 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

taboola-campaign-items-api-openapi.yml Raw ↑

Other APIs Taboola publishes across the network.

Taboola Accounts API
Taboola Audience Targeting API
Taboola Bulk Items API
Taboola Bulk Operations API
Taboola Campaigns API
Taboola Combined Audiences API
Taboola Conversion Rules API
Taboola Custom Audiences API
Taboola Dictionary API
Taboola First Party Audiences API
Taboola Lookalike Audiences API
Taboola Marketplace Audiences API