Hi, Is there a way to add tags to a Company using the REST API?

I am trying to add tags to company using REST API but couldn’t find any API related to it.

Hello Suresh,

Currently there isn’t a way to do this with REST. We have it in our charter to develop this as a part of our V2 roll out for REST. Meanwhile you can try using the grpAssign method and use the company id in place of the contact id (companies are specialized contact records but using the company id works for apply tags with the xml-rpc. But its xml-rpc

Thanks
Vasanth

Now that the xml-rpc is deprecated, I’m still not seeing a way to add/remove tags to a Company using the REST API. Is this functionality still not available?

Figured it out. Apparently, can still use XMLRPC, just need to use bearer token instead of API key.