cURL
curl --request POST \ --url https://api.kit.com/v4/tags \ --header 'Content-Type: application/json' \ --header 'X-Kit-Api-Key: <api-key>' \ --data ' { "name": "Completed" } '
{ "tag": { "id": 18, "name": "Completed", "created_at": "2023-02-17T11:43:55Z" } }
Documentation IndexFetch the complete documentation index at: https://developers.kit.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.kit.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate API requests via an API Key
Returns the tag if it already exists
Show child attributes
Was this page helpful?