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 }
Create a new tag
successful operation
The the new tag ID.
Was this page helpful?