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

Create, retrieve, update, duplicate, and delete advertising campaigns.

Taboola Campaigns 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 Campaigns. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 3 JSON Schemas.

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

6 operations 3 paths 2 schemas 1 DELETE2 GET3 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 Campaigns API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 6

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

Campaigns 6

Create, retrieve, update, duplicate, and delete advertising campaigns.

GET
/{account_id}/campaigns/
Get All Campaigns
getAllCampaigns 1 param → 200
POST
/{account_id}/campaigns/
Create A Campaign
createCampaign 1 param body → 200
GET
/{account_id}/campaigns/{campaign_id}
Get A Campaign
getCampaign 2 params → 200
POST
/{account_id}/campaigns/{campaign_id}
Update A Campaign
updateCampaign 2 params body → 200
DELETE
/{account_id}/campaigns/{campaign_id}
Delete A Campaign
deleteCampaign 2 params → 200
POST
/{account_id}/campaigns/{campaign_id}/duplicate
Duplicate A Campaign
duplicateCampaign 2 params → 200

Schemas 2

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

Targeting
object
3 properties
Campaign
object
31 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

taboola-campaigns-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 Campaign Items 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