Upcoming: contacts scope sunset

I am a little confused with what needs to be changed. Our developer accountshows the correct new granular CRM scopes for contacts, ex: crm.objects.contacts.read. So for that part I know we are good. But we are using the following to retrieve the contacts:

https://api.hubapi.com/contacts/v1/lists/recently_updated/contacts/recent?count=100

Does it need to be changed to the following:

https://api.hubapi.com/crm/v3/objects/contacts//associations/?count=100 and if we do need to update the url, how do we differentiate between recently_updated contacts and recently_created contacts?

The v1 contacts api call that we are using is still working up till now. On July 30th will it no longer work?

And I agree with Walter. Even though this is part of a bigger project, like Jayceee said in her response, nowhere in the documentation is the date of July 30th listed for the sunsetting of this scope. It has definitely left us scrambling trying to make sure our code will still work…

Thank you for the reply,

Bryan