The docs list under “List messages” two query parameters: order and limit. If I set order to “desc” and limit to “1” I would expect to receive only the last message - instead I got:
I’m having the same problem. I’m using the cURL method and I noticed two things:
cURL method has exactly same URL for both the “List Messages” and the “Create Message”. That can’t be good and I’m sure that’s what is causing this problem. It is giving the error as if you are trying to “Create Message” when you and I are trying to get the List.
I also noticed that the Node and Python instructions have quite different code for List versus Create.
The List options are great but this is definitely a bug.