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

Confluent Integrations (pim/v2) API

[![Early Access](https://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy) [![Request Access To Provider Integration](https://img.shields.io/badge/-Request%20Access%20To%20Provider%20Integration-%23bc8540)](mailto:ccloud-api-access+pim-v2-early-access@confluent.io?subject=Request%20to%20join%20pim/v2%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20pim/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.)`Provider Integration` objects represent access to public cloud service provider (CSP) resourcesthat may be accessed by Confluent resources (for example, connectors).The API allows you to create, retrieve, update, delete, and validate individual integrations, and also obtain alist of all your provider integrations.Note: The pim/v2 API currently supports only Azure and GCP provider integrations.Related guide: [Provider Integration in Confluent Cloud](https://docs.confluent.io/home/overview.html).## The Integrations Model

Confluent Integrations (pim/v2) API is one of 127 APIs that Confluent publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Integrations (pim/v2). The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 6 operations across 3 paths, and defines 13 schemas. It is described by OpenAPI 3.2.0.

Requests are made against a single base URL, https://api.confluent.cloud.

6 operations 3 paths 13 schemas 1 DELETE2 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
Base URL
https://api.confluent.cloud
Authentication
HTTP Basic, OAuth 2.0, HTTP Basic, HTTP Basic, OAuth 2.0, OAuth 2.0
Resource Areas
1

Authentication & Security 6

Confluent Integrations (pim/v2) API declares 6 security schemes for authenticating requests. It accepts HTTP basic authentication (cloud-api-key). It supports OAuth 2.0 (confluent-sts-access-token) using the clientCredentials flow. It accepts HTTP basic authentication (global-api-key). It accepts HTTP basic authentication (resource-api-key). It supports OAuth 2.0 (external-access-token) using the clientCredentials flow. It supports OAuth 2.0 (oauth) using the clientCredentials flow, exposing 4 scopes.

  • cloud-api-key — Authenticate with Cloud API Keys using HTTP Basic Auth. Treat the Cloud API Key ID as the username and Cloud API Key Secret as the password.
  • confluent-sts-access-token — Authenticate with Confluent API using this credentials (JSON Web Tokens) following OAuth 2.0.
  • global-api-key — Authenticate with Global API Keys using HTTP Basic Auth. Treat the Global API Key ID as the username and Global API Key Secret as the password.
  • resource-api-key — Authenticate with resource-specific API Keys using HTTP Basic Auth. Treat the resource-specific API Key ID as the username and resource-specific API Key Secret…
  • external-access-token — Authenticate with Confluent API using this credentials (JSON Web Tokens) following OAuth 2.0.
  • oauth — Authenticate with OAuth 2.0. Currently this is only supported for partner APIs.

Paths & Operations 6

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

Integrations (pim/v2) 6

[![Early Access](https://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8)](section/Versioning/API-Lifecycle-Policy) [![Request Access To Provider Integration](http…

GET
/pim/v2/integrations
List of Integrations
listPimV2Integrations 6 params → 200400401403429500
POST
/pim/v2/integrations
Create an Integration
createPimV2Integration body → 201400401403409422429500
GET
/pim/v2/integrations/{id}
Read an Integration
getPimV2Integration 2 params → 200400401403404429500
PATCH
/pim/v2/integrations/{id}
Update an Integration
updatePimV2Integration 1 param body → 200400401403404409422429
DELETE
/pim/v2/integrations/{id}
Delete an Integration
deletePimV2Integration 2 params → 204400401403404429500
POST
/pim/v2/integrations:validate
Validate an Integration
validatePimV2Integration body → 204400401403404429500

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are pim.v2.Integration (9 properties), Error (8 properties), pim.v2.IntegrationValidateRequest (6 properties), ObjectReference (6 properties). Each schema is shown below with its type and property counts.

ObjectMeta
object
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
5 properties 1 required
pim.v2.IntegrationList
object
Provider Integration objects represent access to public cloud service provider (CSP) resources that may be accessed by Confluent resources (for example, connec…
4 properties 4 required
pim.v2.GcpIntegrationConfig
object
config schema for GCP cloud service provider.
3 properties 1 required
ListMeta
object
ListMeta describes metadata that resource collections may have
5 properties
pim.v2.AwsIntegrationConfig
object
config schema for AWS cloud service provider.
4 properties 1 required
ObjectReference
object
ObjectReference provides information for you to locate the referred object
6 properties 3 required
SearchFilter
string
Filter a collection by a string search
Error
object
Describes a particular error encountered while performing an operation.
8 properties
pim.v2.IntegrationValidateRequest
object
Request to validate the provider integration configuration.
6 properties
GlobalObjectReference
object
ObjectReference provides information for you to locate the referred object
3 properties 3 required
Failure
object
Provides information about problems encountered while performing an operation.
1 property 1 required
pim.v2.Integration
object
Provider Integration objects represent access to public cloud service provider (CSP) resources that may be accessed by Confluent resources (for example, connec…
9 properties
pim.v2.AzureIntegrationConfig
object
config schema for Azure cloud service provider.
3 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

confluent-integrations-pim-v2-api-openapi.yml Raw ↑

Other APIs Confluent publishes across the network.

Confluent
Confluent Managed MCP Servers
Confluent ACLs API
Confluent API Keys API
Confluent Clusters API
Confluent Consumer Groups API
Confluent Environments API
Confluent Partitions API
Confluent Service Accounts API
Confluent Topics API
Confluent Access Points (networking/v1) API
Confluent ACL (v3) API
Where this information came from

This is an independent, third-party profile of Confluent Integrations (pim/v2) 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.