I am trying to hit the REST endpoint for post/get the connectors from my cloud Kafka environment, But always getting 404 not found, not sure the api is exposed or not, end point I am using : https://*.confluent.cloud/connect/v1/environments/env-rzo5k/clusters/lkc-53r9z/connectors
we tried same just now. But getting below errors. The bae 64 token generated from the key we get it from the cluster section API Keys. Any idea on this?
“errors”: [
{
“id”: “e44702dd3c639bd38af527cdcc887e17”,
“status”: “403”,
“detail”: “invalid API key”,
“source”: {}
}
]
}