You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have some code that looks up conversations between 2 users. It does this by getting the conversation list of one of the users and then iterating over the result until it finds a conversation that includes the other user.
When this method is called, we receive a 'not_found' error
{
"code": 102,
"id": "not_found",
"message": "A Conversation with the specified identifier could not be found.",
"url": "https://developer.layer.com/docs/client/rest#not_found"
}
Before running the above code, we created a conversation and then made sure it exists using curl commands as below:
Hi There,
we have some code that looks up conversations between 2 users. It does this by getting the conversation list of one of the users and then iterating over the result until it finds a conversation that includes the other user.
The code is as follows:
When this method is called, we receive a 'not_found' error
Before running the above code, we created a conversation and then made sure it exists using curl commands as below:
Create Conversation
Fetch Conversation
The text was updated successfully, but these errors were encountered: