How do we check status of our V3 apis calls?

Hi,

We are using twitch V3 APIs, and we are in the process to migrate in V5. As the integration of twitch APIs in lots of places in our system, so how can we make sure that we are not doing any v3 call?

See what breaks when the outage window occurs!

Grep your code for application/vnd.twitchtv.v3+json

Grep you code for ANY Api Request and audit it

Are three methods

:+1:

Thanks for your reply.