Rapidata Campaign API is one of 55 APIs that Rapidata publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Campaign. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.
This API exposes
14 operations
across 12 paths,
and defines 73 schemas.
It is described by OpenAPI 3.0.4, at version v1.
Requests are made against a single base URL, https://api.rapidata.ai/.
14 operations12 paths73 schemas6 GET1 PATCH4 POST3 PUT
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.0.4
API Version
v1
Base URL
https://api.rapidata.ai/
Authentication
OpenID Connect
Resource Areas
1
Authentication & Security 1
Rapidata Campaign API declares
1 security scheme
for authenticating requests.
It supports OpenID Connect (OpenIdConnect) discovered at https://auth.rapidata.ai/.well-known/openid-configuration.
OpenIdConnect — OpenID Connect connection flow
Paths & Operations 14
Across 12 paths, the API surfaces 14 operations — 6 GET, 1 PATCH, 4 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.
Campaign 14
POST
/campaign/program
Creates a program campaign from the given stream program.
body→ 200400401403
GET
/campaign/boost/insights
Returns an attributed view of the aggregated boosting profile.
→ 200400401403
GET
/campaign/boost/status
Returns the current boost status including active and inactive campaigns.
Sets the fast bid multiplier for a single external booster campaign to an arbitrary value.
1 parambody→ 200400401403
GET
/campaign/monitor
Exercises the rapid-bag pipeline with a synthetic user profile so the health of the campaign monitoring path can be probed externally.
→ 200400
POST
/campaign/{campaignId}/pause
Pauses the specified campaign.
1 param→ 204400401403
POST
/campaign/boost/preheat
Triggers a preheat pass for the boost subsystem so warm caches are ready before traffic spikes.
→ 204400401403
GET
/campaigns
Queries campaigns with optional filtering, sorting, and pagination.
10 params→ 200400401403
POST
/campaign/{campaignId}/resume
Resumes the specified campaign.
1 param→ 204400401403
PUT
/campaign/boost/global-level
Sets or clears the manual global boost level.
body→ 204400401403
PUT
/campaign/{campaignId}/program
Replaces the campaign's stream program.
1 parambody→ 204400401403
Schemas 73
The contract defines 73 schemas that model the data the API accepts and returns. The most detailed are GetCampaignByIdEndpoint_Output (14 properties), QueryCampaignsEndpoint_Output (9 properties), UpdateCampaignEndpoint_Input (8 properties), GetBoostInsightsEndpoint_Output (6 properties). Each schema is shown below with its type and property counts.