#when I make the request, I get the 401
1 messages · Page 1 of 1 (latest)
Hi @blazing wren. How are you authenticating the request?
I am tying to do api call the server. I set up the connections and login to the account. Next I have to create a token using the node.js or the other languages that is listed am I right ?
You need to a Bearer token (that changes every request). The easiest way is to use one of the Google Wallet API Client libraries: https://developers.google.com/wallet/generic/resources/libraries
The Bearer token is the one that provides the authentication to the API