Mindmeister API object not found

Options
Nima Shokouhfar
Nima Shokouhfar EN Basic Posts: 4 Beginner
edited September 2023 in Ask the Community

I am trying to insert a new idea into my mindmap. Here is my request.

curl --location '<https://www.mindmeister.com/services/rest/oauth2?map_id=2925023339&method=mm.ideas.insert&parent_id=2926361857&title=test>   
--header 'Authorization: Bearer MY_KEY

I get the following response:

<?xml version="1.0" encoding="UTF-8"?>
<rsp stat="fail">
    <err code="20" msg="Object not found"/>
</rsp>

Do you have any idea how to solve this?

Best Answers

  • Miša Hennin
    Miša Hennin Admin, MeisterLobster, EN Business, DE Advocate Posts: 1,403 Community Admin
    Answer ✓
    Options

    Hi @Nima and welcome!

    This is because we don't support API inserts on the new editor changes.

    Best,

  • Miša Hennin
    Miša Hennin Admin, MeisterLobster, EN Business, DE Advocate Posts: 1,403 Community Admin
    Answer ✓
    Options

    Hi @Nima,

    I'm afraid you'll have to edit your map in the old-school manual way! Simply adding topics with your mouse.

    Best,

Answers

  • Nima Shokouhfar
    Nima Shokouhfar EN Basic Posts: 4 Beginner
    edited September 2023
    Options

    Hi,

    So, How can I insert an idea?
    Indeed, I want to automate some of the painful tasks that I do daily.
    Any recommendation will be highly appreciated.

    If this is not possible, please let me know. So, I stop spending time on this.

  • Nima Shokouhfar
    Nima Shokouhfar EN Basic Posts: 4 Beginner
    Options

    Hi,

    Thanks for prompt reply. Really appreciated that.