cURL
curl --request POST \ --url https://api.streamkap.com/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "type": [ "environment" ], "description": "<string>" } '
{}
Create a new tag.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
environment
general
pipelines
connectors
transforms
topics
services
sources
users
tenant
destinations
Successful Response
The response is of type Response Create Tag Tags Post · object.
Response Create Tag Tags Post · object
Was this page helpful?