SOLVED

Re: Weird problem with the REST API for Cloning Programs

Go to solution
Tim_Alexander1
Level 1

Weird problem with the REST API for Cloning Programs

I'm using Postman to learn the Marketo REST API. There's some hairy things here and there, but for the most part, it's pretty clear what's usually going on.

However, I'm totally stuck here. I'm able to use the endpoints to Create Programs, Browse Programs, etc. I'm able to clone them through the front end of the software. I know for a fact that I've got the right Ids for my Folder and for the Program I'm trying to clone. However, when I try to create a clone, it gives me a 200 code and no actual response. Nothing happens in the software either. I'm totally confused. Am I just not doing something that's super obvious?

Trouble Cloning In Marketo API 2.gif

Any help here would be greatly appreciated.

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Weird problem with the REST API for Cloning Programs

It's

     /rest/asset/v1/...

Next time, please post screenshots or maybe a real screen recording?  The unpausable GIF is not an easy way to work.

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Weird problem with the REST API for Cloning Programs

It's

     /rest/asset/v1/...

Next time, please post screenshots or maybe a real screen recording?  The unpausable GIF is not an easy way to work.

Tim_Alexander1
Level 1

Re: Weird problem with the REST API for Cloning Programs

Thank you! I was hoping it wasn't going to something so silly as a wrong URL, but I was so deep, I couldn't see it.