Response and Error Codes
Response Code | Condition | Message | Description |
---|---|---|---|
200 | OK | Data fetched successfully. | Data for the given session id is retrieved successfully. |
204 | No Data Found | There is no data available for the given session id. | |
401 | UnAuthorized | Invalid token or invalid signature received for JSON Web Token validation. | |
404 | Not Found | Conversation not found. | The requested Conversation is not found. |
500 | Internal Server Error | The server encountered an unexpected error that prevented it from fulfilling the request. Retry after some time. |