Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open the chat interface in the browser and open the developer tools

  2. Navigate to the network tab

  3. Reload the page and search for any graphql POST request

  4. Information you can find there

    1. Your user’s access token

    2. The base URL you need for your requests.

    Screenshot 2024-05-24 at 22.15.59.png
Panel
panelIconId2139
panelIcon:information_source:
panelIconTextℹ️
bgColor#DEEBFF

You can copy that token and put it into your requests authorization header to run API requests like you would here: https://unique-ch.atlassian.net/wiki/x/vYGPGg

Create a token via Zitadel Service user (IAM Service User)

Panel
panelIconId2139
panelIcon:information_source:
panelIconTextℹ️
bgColor#DEEBFF

To create an access token for a Service user follow the guide

...

here: https://unique-ch.atlassian.net/wiki/spaces/PUB/pages/588546089/Service+User+configuration#Getting-a-JWT-access-token

...