From 402a8a4e9fb32340e44d5b7ab71e5e35f93c44f7 Mon Sep 17 00:00:00 2001 From: Misha Bragin Date: Thu, 11 May 2023 18:03:27 +0200 Subject: [PATCH] Update src/pages/docs/how-to/use-service-users-with-access-token.mdx --- src/pages/docs/how-to/use-service-users-with-access-token.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/how-to/use-service-users-with-access-token.mdx b/src/pages/docs/how-to/use-service-users-with-access-token.mdx index 0ab33725..3f68b4d1 100644 --- a/src/pages/docs/how-to/use-service-users-with-access-token.mdx +++ b/src/pages/docs/how-to/use-service-users-with-access-token.mdx @@ -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. - **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.