Back to All

Native App API Usage

When I try using Postman to test the API functionality, so I can integrate with a native app, I only get a response for the initial POST (which requires url parameters user_id and message), with my welcome message. Everything after that for the same user_id returns blank. What am I doing wrong that I can't get the next questions/messages?

Thanks in advance