Question

SMS Conversation Endpoint gives 404

  • 14 April 2021
  • 2 replies
  • 212 views

I am using below endpoint to access conversation. However i get following response . I am looping through all conversations. i get same error

"errorCode" : "AGW-404",

"message" : "Resource not found",

"errors" : [ ]

https://platform.devtest.ringcentral.com/restapi/v1.0/conversation/6991172955653848361


2 replies

Userlevel 1

Where did you get the url? The API reference documentation indicates that the conversation.uri is deprecated. To read conversation, call this API with the conversationId as a filter.

Oh Ok . I get that url as response form my Message Store calls. There is no use of conversationId then.


Reply