Authorizations
Bearer token with Platform JWT token or API Key.
Path Parameters
Response
OK.
curl --request GET \
  --url https://api.revong.com/api/v1/assistant/threads/{id}/messages \
  --header 'Authorization: Bearer <token>'Get all messages of a thread by thread ID.
curl --request GET \
  --url https://api.revong.com/api/v1/assistant/threads/{id}/messages \
  --header 'Authorization: Bearer <token>'Bearer token with Platform JWT token or API Key.
OK.