Skip to main content
GET
/
transforms
/
{transforms_id}
/
output-topics
Get Output Topics For Transform
curl --request GET \
  --url https://api.streamkap.com/transforms/{transforms_id}/output-topics \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

transforms_id
string
required

Response

Successful Response