My name is Yu and I’m quite new to this community, our company is using Auth0’ service and management APIs, recently we are migrating APIs to v2 following this guide Migrate to Management API v2 Endpoint Paginated Queries , and I have a question about it.
In our code base seems we only use api/v2/connections/<connection_id>, from my understanding of this doc, there’s no work to do with this endpoint(since it’s not /connections ), is that right? Thank you!
Another thing I’m confused is, in the doc it says “Confirm that you are no longer seeing deprecation notices in your tenant logs.”. I want to check this to see if there’s any deprecated endpoint I missed in our codebase, do you know what key word I can search in the log? Or is there any way I can know what are the Auth0 endpoints we are using? Thank you