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.