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

Authorizations

Authorization
string
header
required

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

Query Parameters

tag_ids
string[] | null
tag_name
string | null
tag_type
enum<string> | null
Available options:
environment,
general,
pipelines,
connectors,
transforms,
topics,
services,
sources,
users,
tenant,
destinations

Response

Successful Response

The response is of type Response Get Tags For Specific Tenant Tags Get · object.