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 Notifications Webhooks API

Endpoints for managing your Notifications Webhooks.

Cint Notifications Webhooks API is one of 25 APIs that Cint publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 8 operations across 5 paths, and defines 21 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.

8 operations 5 paths 21 schemas 1 DELETE4 GET2 POST1 PUT

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 Notifications Webhooks 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 8

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

Notifications Webhooks 8

Endpoints for managing your Notifications Webhooks.

GET
/accounts/{account_id}/webhooks
Lists all webhooks for an account
get_webhooks 5 params → 200400401403500
POST
/accounts/{account_id}/webhooks
Creates a new webhook for an account
create_webhook 2 params body → 201400401403500
GET
/accounts/{account_id}/webhooks/{webhook_id}
Retrieves a webhook for an account
get_webhook 3 params → 200401403404500
PUT
/accounts/{account_id}/webhooks/{webhook_id}
Updates a webhook for an account
update_webhook 4 params body → 200400401403500
DELETE
/accounts/{account_id}/webhooks/{webhook_id}
Deletes a webhook for an account
delete_webhook 4 params → 204401403404500
GET
/accounts/{account_id}/webhooks/{webhook_id}/events-history
Returns webhook events history for replay and debugging purposes
list_webhook_events_history 11 params → 200400401403404500
POST
/accounts/{account_id}/webhooks/{webhook_id}/regenerate-secret
Regenerates the secret for a webhook
regenerate_webhook_secret 3 params body → 200400401403500
GET
/accounts/{account_id}/webhooks-events
List all available webhook event types
get_webhook_events 2 params → 200400401403500

Schemas 21

The contract defines 21 schemas that model the data the API accepts and returns. The most detailed are WebhookSecretRegenerated (6 properties), WebhookCreated (6 properties), Webhook (5 properties), WebhookEvent (5 properties). Each schema is shown below with its type and property counts.

NextCursor
stringnull
An identifier for pagination that indicates there are more items available. When present, use this value to retrieve the next page of results.
WebhooksList
object
A list of all webhooks for a specific account.
2 properties
ETag
string
The ETag header provides a unique identifier that represents the current version state of a particular resource.
WebhookEventTypesList
object
A response containing a list of valid events for webhooks.
1 property
WebhookID
string
The ID of the webhook.
WebhookSecretRegenerated
object
The response object returned when a webhook secret is successfully regenerated.
6 properties
WebhookCreatedAt
string
The timestamp when the webhook was created, in RFC3339 UTC format.
WebhookSecret
string
This is your webhook's secret signing key. You must use it to verify the authenticity and integrity of incoming webhook requests. Each webhook request includes…
TimeStamp
string
RFC3339 formatted timestamp.
InvalidParam
object
Describes a single invalid parameter in a request.
2 properties 2 required
WebhookCreated
object
The response object returned when a webhook is successfully created.
6 properties
AccountID
integer
The account's unique identifier.
WebhookEventType
string
Name of the event type that is valid for a webhook type notification.
WebhookUpdatedAt
string
The timestamp when the webhook was last updated, in RFC3339 UTC format.
WebhookURL
string
The HTTPS endpoint where webhook notifications will be sent.
Webhook
object
Contains the details of a webhook subscription, excluding the secret.
5 properties
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…
WebhookEventTypes
array
An array of webhook event type names.
WebhookEventsDeliveryStatus
string
Delivery status of the webhook event. Pending is the initial status assigned to an event when it is first persisted. Delivering is a transient state indicating…
WebhookEvent
object
Represents a webhook event body, which varies by event type
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cint-notifications-webhooks-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 Fielding (Batch) API
Cint Fulfillment API
Cint Intelligent Calendar API
Cint Manage Profiles for Launched Target Groups API
Cint Profiling Helper API
Where this information came from

This is an independent, third-party profile of Cint Notifications Webhooks 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.