How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cint Fielding (Batch) API

Asynchronously update Target Group Fielding Runs in batches.

Cint Fielding (Batch) API is one of 25 APIs that Cint publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Fielding (Batch). The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 10 operations across 10 paths, and defines 25 schemas. It is described by OpenAPI 3.2.0, at version 2025-12-18.

Requests are made against a single base URL, https://api.cint.com/v1.

10 operations 10 paths 25 schemas 5 GET5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2025-12-18
Base URL
https://api.cint.com/v1
Authentication
HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 2

Cint Fielding (Batch) API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). An API key is passed in the header as Authorization (ApiKeyAuth). By default, every request must be authenticated.

  • BearerAuth — Bearer token used for authentication and authorization. See [Authentication Process](https://developer.cint.com/en/guidesauthentication-process) documentation…
  • ApiKeyAuth — API Key Authentication

Paths & Operations 10

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

Fielding (Batch) 10

Asynchronously update Target Group Fielding Runs in batches.

POST
/demand/accounts/{account_id}/projects/{project_id}/batch-jobs/complete-fielding-runs-by-target-group-id
Creates a job to complete multiple target groups
create_bulk_complete_target_groups_job 4 params body → 201400401403404500
GET
/demand/accounts/{account_id}/projects/{project_id}/batch-jobs/complete-fielding-runs-by-target-group-id/{job_id}
Retrieves a bulk "complete" job status
get_bulk_complete_target_groups_job 4 params → 200400401403404500
POST
/demand/accounts/{account_id}/projects/{project_id}/batch-jobs/launch-fielding-runs-by-target-group-id
Creates a job to launch multiple target groups
create_bulk_launch_target_groups_job 4 params body → 201400401403404500
GET
/demand/accounts/{account_id}/projects/{project_id}/batch-jobs/launch-fielding-runs-by-target-group-id/{job_id}
Retrieves a bulk "launch" job status
get_bulk_launch_target_groups_job 4 params → 200400401403404500
POST
/demand/accounts/{account_id}/projects/{project_id}/batch-jobs/pause-fielding-runs-by-target-group-id
Creates a job to pause multiple target groups
create_bulk_pause_target_groups_job 4 params body → 201400401403404500
GET
/demand/accounts/{account_id}/projects/{project_id}/batch-jobs/pause-fielding-runs-by-target-group-id/{job_id}
Retrieves a bulk "pause" job status
get_bulk_pause_target_groups_job 4 params → 200400401403404500
POST
/demand/accounts/{account_id}/projects/{project_id}/batch-jobs/relaunch-fielding-runs-by-target-group-id
Creates a job to relaunch multiple target groups
create_bulk_relaunch_target_groups_job 4 params body → 201400401403404500
GET
/demand/accounts/{account_id}/projects/{project_id}/batch-jobs/relaunch-fielding-runs-by-target-group-id/{job_id}
Retrieves a bulk "relaunch" job status
get_bulk_relaunch_target_groups_job 4 params → 200400401403404500
POST
/demand/accounts/{account_id}/projects/{project_id}/batch-jobs/resume-fielding-runs-by-target-group-id
Creates a job to resume multiple target groups
create_bulk_resume_target_groups_job 4 params body → 201400401403404500
GET
/demand/accounts/{account_id}/projects/{project_id}/batch-jobs/resume-fielding-runs-by-target-group-id/{job_id}
Retrieves a bulk "resume" job status
get_bulk_resume_target_groups_job 4 params → 200400401403404500

Schemas 25

The contract defines 25 schemas that model the data the API accepts and returns. The most detailed are GetBulkCompleteTargetGroupJobResponse (6 properties), GetBulkLaunchTargetGroupJobResponse (6 properties), GetBulkResumeTargetGroupJobResponse (6 properties), GetBulkPauseTargetGroupJobResponse (6 properties). Each schema is shown below with its type and property counts.

CreateBulkResumeTargetGroupJobRequest
object
Request body for creating a bulk resume target groups job.
1 property 1 required
CreateBulkPauseTargetGroupJobRequest
object
Request body for creating a bulk pause target groups job.
1 property 1 required
CreateBulkRelaunchTargetGroupJobRequest
object
Request body for creating a bulk relaunch target groups job.
1 property 1 required
GetBulkCompleteTargetGroupJobResponse
object
Bulk complete target groups job details.
6 properties 6 required
CreateBulkCompleteTargetGroupJobRequest
object
Request body for creating a bulk complete target groups job.
1 property 1 required
GetBulkRelaunchTargetGroupJobResponse
object
Contains the status and results for a bulk "relaunch" job.
6 properties 6 required
CreateBulkLaunchTargetGroupJobRequest
object
Request body for creating a bulk launch target groups job.
1 property 1 required
BulkFailedTargetGroups
object
A list of target groups that failed to be processed in the bulk job, along with the reason for failure.
2 properties 2 required
ProjectID
string
The character string representing a unique project ID (ULID format).
GetBulkResumeTargetGroupJobResponse
object
Bulk resume target groups job details.
6 properties 6 required
JobID
string
The character string representing a unique job ID.
InvalidParam
object
Describes a single invalid parameter in a request.
2 properties 2 required
TargetGroupID
string
A unique identifier for the target group, in ULID format.
TargetGroupIds
array
An array of unique target group identifiers to be processed in a bulk job.
AccountID
integer
The account's unique identifier.
UserID
string
A unique identifier for the user.
GetBulkLaunchTargetGroupJobResponse
object
Bulk launch target groups job details.
6 properties 6 required
BulkJobFailureReason
object
2 properties
Traceparent
string
The traceparent header carries essential trace context information. This includes the trace ID and parent span ID as defined by the W3C trace context specifica…
BulkJobStatus
string
The status of an asynchronous bulk job. Processing indicates the job is still running. Completed or Failed are terminal states.
BulkUpdatedTargetGroups
object
A list of target groups that were successfully processed in the bulk job.
2 properties 2 required
Tracestate
string
The tracestate header provides additional contextual information to the traceparent header. This enriches the tracing context and offers more fine-grained cont…
GetBulkPauseTargetGroupJobResponse
object
Bulk pause target groups job details.
6 properties 6 required
Error
object
The standard error object returned for all failed API requests.
4 properties 2 required
IdempotencyKey
string
A shallow unique ID used as part of the deduplication mechanism for mutable operations. We suggest using UUIDv4 or another random string with sufficient entrop…

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cint-fielding-batch-api-openapi.yml Raw ↑

Other APIs Cint publishes across the network.

Cint Accounts API
Cint Allocation Templates Admin API
Cint Definitions API
Cint Exclusive Endpoints API
Cint Feasibility API
Cint Fielding API
Cint Fielding Assistant API
Cint Fulfillment API
Cint Intelligent Calendar API
Cint Manage Profiles for Launched Target Groups API
Cint Notifications Webhooks API
Cint Profiling Helper API
Where this information came from

This is an independent, third-party profile of Cint Fielding (Batch) API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.