curl -X GET '{MOCK_ADAPTER_URL}/api/kafka-exchanges' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'EXECUTION-USER: upload_user' \
-H 'Cache-Control: no-cache' \
-H 'Accept: */*' \
-H 'Accept-Encoding: gzip, deflate, br'
View Kafka Exchanges
Retrieve all available Kafka exchanges from the mock adapter service
GET
{MOCK_ADAPTER_URL}
/
api
/
kafka-exchanges
curl -X GET '{MOCK_ADAPTER_URL}/api/kafka-exchanges' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'EXECUTION-USER: upload_user' \
-H 'Cache-Control: no-cache' \
-H 'Accept: */*' \
-H 'Accept-Encoding: gzip, deflate, br'
Reference under review. This endpoint is exposed by the mock-server, a development and testing component — not a production-facing API. For supported integration patterns, see Consuming FlowX from external apps.
Authentication
This endpoint requires authentication via Bearer token.Bearer token for API authentication. Format:
Bearer YOUR_API_TOKENHeaders
The user context for the request execution. Used for audit and tracking purposes.
Cache control directive. Use
no-cache to bypass caching.Content type that the client can accept. Supports
*/* for all types.Acceptable encoding methods for response compression. Supports
gzip, deflate, br.Request Example
curl -X GET '{MOCK_ADAPTER_URL}/api/kafka-exchanges' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'EXECUTION-USER: upload_user' \
-H 'Cache-Control: no-cache' \
-H 'Accept: */*' \
-H 'Accept-Encoding: gzip, deflate, br'
Last modified on May 12, 2026
Was this page helpful?
⌘I

