Update src/pages/docs/how-to/use-service-users-with-access-token.mdx

This commit is contained in:
Misha Bragin
2023-05-11 18:03:27 +02:00
committed by GitHub
parent dd8a236618
commit 402a8a4e9f

View File

@@ -51,7 +51,7 @@ Personal access tokens can be used in a variety of scenarios, including:
- **Third-party integrations**: If you want to integrate your account with a third-party service, you can use a personal access token to provide access to your data without giving the third-party service your login credentials. - **Third-party integrations**: If you want to integrate your account with a third-party service, you can use a personal access token to provide access to your data without giving the third-party service your login credentials.
- **Command-line tools**: If you use command-line tools to interact with your account, you can use personal access tokens to authenticate those requests. - **Command-line tools**: If you use command-line tools to interact with your account, you can use personal access tokens to authenticate those requests.
### Creating a Personal Access Token ### Creating an access token
To create an access token, you'll need to log in to your account and navigate to the "Users" section and look for your user or create a [service user](#service-users) to use for your API requests. To create an access token, you'll need to log in to your account and navigate to the "Users" section and look for your user or create a [service user](#service-users) to use for your API requests.