0

I try to access IBM conversation using Postman tool but getting 404 (Resource not found) error.

EndPoint : https://gateway.watsonplatform.net/conversation/api/v1/workspaces/883c7704-02c4-41fc-b8a0-aea1d0325c5a/message?version=2016-09-20

my workspace id = 883c7704-02c4-41fc-b8a0-aea1d0325c5a

Is there anything wrong in endpoint or parameter?. How to pass version?

Ram
  • 33
  • 1
  • 5

1 Answers1

0

Your endpoint looks correct if you're trying to send a message to conversation: https://www.ibm.com/watson/developercloud/conversation/api/v1/?curl#send_message

Try changing the version to the most updated: version=2017-05-26

tmarkiewicz
  • 515
  • 5
  • 12