-
Data can be exported here https://my.bouncie.com/reports
-
Hi i'm working on a google apps script project with Oauth2 and i have the api working and am able to receive the data i am querying for, but i am being forced to reauthorize every hour. Is there a refresh token that can be used so i'm not constantly having to sign into the bouncie page for reauthorization?
-
It is only necessary to sign into the Bouncie page and select which vehicles are associated once, and then persist the code returned in the redirect url for subsequent use.
Here is the relevant documentation for access tokens: https://docs.bouncie.dev/#/#2-have-your-application-request-access-tokens
"If the access token expires, you can generate a new one by making a POST request to the https://auth.bouncie.com/oauth/token endpoint again with the same POST body as described above."