How to use JSON connectors to pull data via 2 API calls with an Access Token
In order to make API calls to the endpoints, you must first obtain an access token using your client_id and client_secret. These credentials are given when you create an API client inside the shellyak application. Once the access token has been obtained, it is used on subsequent calls to the API to verify your access.…