Skip to content
Discussion options

You must be logged in to vote

I have been able to figure out the issue and solution. Using Copilot chat within VSCode proved incredibly helpful.

My learnings (in case it helps others):

  • The API requires OAuth2 authentication flow.
  • Tokens are issued at IP:Port/oauth/token (good for 2 hours)
  • That token then gets passed within the request header to the API

It would be great to update the documentation to provide more details about the API, usage, etc. (such as the oauth/token URL).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Floppy
Comment options

Answer selected by rsocko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants