cURL
curl --request GET \ --url https://api.streamkap.com/transforms/topics-for-pattern/{topic_pattern}/{java_replacement_pattern} \ --header 'Authorization: Bearer <token>'
[ "<array>" ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
2
Was this page helpful?