If you happen to just be using an application like Insomnia to get the results from the API, then the only update you need to make is most likely in your Authorization tab. You would need to specify OAuth2, the authorization URL seen in the screenshot below, and your client id. Insomnia, for example, then has a create/refresh token button which is then automatically sent with your API request.
Everything else can stay the same; include the client id in your header and the id in the query parameters.
