I’m looking to get the deal’s data in real time. But there is no parameter for me to provide the time. Please show me which parameter should I use to do this?
Hello, @Chinh_Bui_Quang and welcome to the community!
Calling the GET /deals endpoint returns your deals’ latest information each time. If you wish to get deal information starting from a specific time (e.g. all deals that have been updated from time period x), you can try out the GET /deals/collection endpoint.
For real-time notifications about new added deals and/or updates to existing deals, we suggest checking out our Webhooks. Here is the more detailed documentation about them.
Cheers,
Helena