Update Tags through REST API | Community
Skip to main content
April 5, 2017
Question

Update Tags through REST API

  • April 5, 2017
  • 1 reply
  • 2050 views

Hi

I would like to use Marketo REST API for creating and updating tags.  However, the Assets API reference in the Marketo Developer website does not seem to list a POST operation for creating or updating tags whereas GET operations are being supported. 

http://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/

Could someone confirm whether API support is available for the purpose mentioned above?

Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Grégoire_Miche2
Level 10
April 5, 2017

The program/{id} endpoint enables you to update programs, including tags:

http://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/#!/Programs/updateProgramUsingPOST

-Greg

SanfordWhiteman
Level 10
April 5, 2017

But not add tags and channels to the library (like in the Admin UI).