POST
/
tags
Create Tag
curl --request POST \
  --url https://api.streamkap.com/tags \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "description": "<string>",
  "name": "<string>",
  "type": [
    "environment"
  ]
}'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
type
enum<string>[]
required
description
string | null

Response

Successful Response

The response is of type object.