I'm having trouble with the api server authorization... #2797
-
I apologize ahead of time for my complete ignorance on the subject and wasting your time with a potentially stupid question. I have managed to find the correct url using the /swagger endpoint, but I can't for the life of me figure out how to generate a bearer access token. I have searched the interwebs high and low, looked over the /doc, scoured the "Swagger" manual, all for the last 3 hours trying to find the answer but have failed. Would someone be so kind as to explain to me the steps I need to take to generate a bearer authorization token or point me to some relevant documentation on the subject? I don't even know where to start. Thank you so much in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
The swagger page has a "try it out" button, I highly recommend playing around with it to learn how it works.
Example auth request
Example api request
PS: Sometimes the auth is glitchy and you need to restart the app be…