Chat MessagesCopy Pageget https://api.vygoapp.com/chats/messagesThis request allows you to retrieve messages from chats on the Vygo platform.Query ParamsprogramIdstringFilter results by program IDchatIdstringFilter by specific chat IDcreatedDateStartdate-timeFilter results by the time the message was created in ISO 8601 format (inclusive)createdDateEnddate-timeFilter results by the time the message was created in ISO 8601 format (exclusive)updatedDateStartdate-timeFilter results by the time the message was last updated in ISO 8601 format (inclusive)updatedDateEnddate-timeFilter results by the time the message was last updated in ISO 8601 format (exclusive)pageint32Defaults to 1Page number for paginated resultslimitint32≤ 1000Defaults to 20Number of results per page (max 1000)Headersx-api-keystringrequiredYou must provide your API key in the header of each request.Responses 200Successful response 400Bad request 401Unauthorized 429Too Many RequestsUpdated about 1 year ago