Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Query Parameters

properties
enum<string>[]

Select the tag properties that should be returned

Available options:
title,
createdAt,
updatedAt

Body

application/json

Tag to create

title
string

Title of the tag

Example:

"Sales"

Response

Tag created

data
object