v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBConfluent Cloud
Add Confluent account
Create a Confluent account.
post/api/v2/integrations/confluent-cloud/accounts
Request body
Example request
{
"data": {
"attributes": {
"api_key": "TESTAPIKEY123",
"api_secret": "test-api-secret-123",
"resources": [
{
"id": "resource-id-123",
"resource_type": "kafka",
"tags": [
"myTag",
"myTag2:myValue"
]
}
],
"tags": [
"myTag",
"myTag2:myValue"
]
},
"type": "confluent-cloud-accounts"
}
}Response
OK
Example response
{
"data": {
"attributes": {
"api_key": "TESTAPIKEY123",
"resources": [
{
"id": "resource_id_abc123",
"resource_type": "kafka",
"tags": [
"myTag",
"myTag2:myValue"
]
}
],
"tags": [
"myTag",
"myTag2:myValue"
]
},
"id": "account_id_abc123",
"type": "confluent-cloud-accounts"
}
}