C
Confluent Cloud REST APIs
Details
Authentication
Authorization: Basic <credential> Create a Confluent Cloud API key for your user or service account in the Confluent Cloud Console API keys page or with the CLI as documented in the Confluent Cloud API reference using confluent api-key create / ccloud api-key create --resource cloud. Use the key ID as the HTTP Basic username and the secret as the password.
Authorization: Bearer <credential> Configure OAuth/OIDC for a workload identity as described in OAuth 2.0 Authentication for Confluent Cloud APIs, then obtain a Confluent Security Token Service token following Authenticate access to Confluent Cloud APIs using Confluent STS tokens. Send the resulting token as a bearer token.