HTTP Endpoints
This pages describes the HTTP endpoints available in the WarpStream Kafka product.
HTTP Fetch APIs
Authentication and Authorization
Authentication
curl -u 'ccun_YOUR_USERNAME:ccp_YOUR_PASSWORD' ...curl -H 'Authorization: Basic Y2N1bl9ZT1VSX1VTRVJOQU1FOmNjcF9ZT1VSX1BBU1NXT1JE' ...Authorization (ACLs)
Common Headers
Header
Description
Default
Endpoints
GET or POST /v1/kafka/fetch
GET or POST /v1/kafka/fetchField
Type
Required
Description
GET /v1/kafka/fetch_single_record
GET /v1/kafka/fetch_single_recordParameter
Type
Required
Description
GET /v1/kafka/topics/{topic}/partitions/{partition}/records/{offset}
GET /v1/kafka/topics/{topic}/partitions/{partition}/records/{offset}Parameter
Type
Required
Description
Error Codes
HTTP Status
Code
Meaning
Last updated
Was this helpful?