cURL
curl --request PATCH \ --url https://api.syntage.com/entity-tags/{id} \ --header 'Content-Type: application/merge-patch+json' \ --header 'X-API-Key: <api-key>' \ --data '{ "name": "Important Taxpayer" }'
{ "@id": "/entity-tags/91106968-1abd-4d64-85c1-4e73d96fb997", "@type": "EntityTag", "id": "e0a24894-7fbf-48ae-bfb0-efaae30a6319", "name": "Important Taxpayer", "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.
Entity tag resource response
The response is of type object.
object