curl --request GET \
--url https://api.streamkap.com/tags{tag_type} \
--header 'Authorization: Bearer <token>'{}Get tags by tag_type.
curl --request GET \
--url https://api.streamkap.com/tags{tag_type} \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
environment, general, pipelines, connectors, transforms, topics, services, sources, users, tenant, destinations Successful Response
The response is of type Response Listtagsbytype · object.
Was this page helpful?