cURL
curl --request POST \ --url https://api.fint.app/api/v1/contact/:contactId/tag \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "tagsToDelete": [ 123 ], "tagsToAdd": [ 123 ] }'
{ "message": "<string>" }
Agregar o eliminar tags a un contacto por id.
Tags agregados o eliminados con éxito
The response is of type object.
object