Skip to content

Run campaign.

POST
/backend/v1/campaign-runs

Runs the campaign using the specified providers. The provided name helps identify the campaign run.

Authorizations

HTTPBearer
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"campaignId": "string",
"name": "string",
"providerIds": [
"string"
]
}

Responses

Successful Response
application/json
JSON
{
"id": "string"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

Updated at: