How To Get An API Token

1 min read

Token of your personal Unique user

  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
info

You can copy that token and put it into your requests authorization header to run API requests like you would here: Managing scopes & access via API

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

info

To create an access token for a Service user follow the guide here: How To Configure A Service User

Last updated