New to the service and feeling a little dumb over here. Trying out the API using basic auth with a service token. I don’t get what to use for the basic auth, though. Usually it’s USER:PASS, but I have no idea what to use for either of these. I’m assuming my email address for the USER, but since my account is connected with Google OAuth, there’s no password.
I looked in the forums and saw one reference to USER:TOKEN, so I tried my email address as the USER and the service token as the TOKEN. That didn’t work.
I saw another reference to TOKEN:PASS, but PASS could be any value. So, I tried TOKEN alone which gave the error “Please provide an api key”. I then tried TOKEN: with blank password and TOKEN:anyvalue.
All the variations (except for TOKEN alone) are resulting in an Invalid Auth token error.
I must be missing something. What goes into the basic auth for what normally would be the USER:PASS?