Skip to main content
GET
/
tags
{tag_type}
Get Tags By Type
curl --request GET \
  --url https://api.streamkap.com/tags{tag_type} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

tag_type
enum<string>
required
Available options:
environment,
general,
pipelines,
connectors,
transforms,
topics,
services,
sources,
users,
tenant,
destinations

Response

Successful Response

The response is of type Response Get Tags By Type Tags Tag Type Get · object.