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.string
required
Bearer token for API authentication. Format:
Bearer YOUR_API_TOKENHeaders
string
The user context for the request execution. Used for audit and tracking purposes.
string
Cache control directive. Use
no-cache to bypass caching.string
Content type that the client can accept. Supports
*/* for all types.string
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
Related topics
Mock integrationsFlowX.AI 5.6.0 Release NotesOverviewTutorial: Build your first workflowBuilding a connectorโI

