cURL
curl --request POST \ --url https://api.syntage.com/tags/{id} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "name": "To be reviewed" }'
{ "@id": "/tags/91106968-1abd-4d64-85c1-4e73d96fb997", "@type": "Tag", "id": "e0a24894-7fbf-48ae-bfb0-efaae30a6319", "name": "To be reviewed", "createdAt": "2020-01-01T12:15:00.000Z", "updatedAt": "2020-01-01T12:15:00.000Z" }
Your API key is available in the Production and Sandbox dashboards.
Tag resource response
The response is of type object.
object