Skip to main content
POST
/
accounts
/
tags
cURL
curl --request POST \
  --url https://app.fliqr.ai/api/accounts/tags \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'X-ACCESS-TOKEN: <api-key>' \
  --data 'name=<string>'
{
  "id": 1995
}

Authorizations

X-ACCESS-TOKEN
string
header
required

Body

application/x-www-form-urlencoded
name
string
required

Response

200 - application/json

successful operation

id
integer<int64>

The the new tag ID.