Hello, I need to add a tag to a contact using API.
I’m using Active Campaign resources according to API V3 documentation (Overview), making a POST request and adding the params as query params:
https://xxx.api-us1.com/api/3/contactTags?contact=9&tag=2
I have added api token in headers. In fact, I have used the API successfully to get other resources like contacts or lists.
However, making the request i just receive a 400 Bad request status, including the error No tag id provided. I have checked both tag id and contact id exist.
Could someone help me with this problem, please? It seems that I’m not building properly the request but that is what I understand from the documentation.
Thanks in advance