Read one conversation thread
GET/api/v1/waba/conversations/:id/messages
Returns the whole exchange with that contact on that number, oldest first, scoped to your own project. It resolves the conversation to its contact rather than reading the single billing window, so a template you sent appears in the same thread as the reply it produced. On a number shared with other merchants you never see theirs.
Request
Responses
- 200
- 400
- 401
- 500
Messages fetched successfully
Validation error
Unauthorized (invalid apiToken)
Internal server error