From e9c80a7555d85121dcef442aafa7e693eee98051 Mon Sep 17 00:00:00 2001 From: Misha Bragin Date: Thu, 11 May 2023 17:45:59 +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 ae4918b2..4cbf79ab 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 @@ -74,7 +74,7 @@ Be aware that once you close the popup it is impossible to see the plain version It's important to keep your personal access tokens secure, as they can provide access to sensitive data and actions within your account. You should treat your personal access tokens like you would treat your password and never share them with anyone else. -### Using Personal Access Tokens +### Using access tokens Once you have created an access token, you can use it to authenticate API requests to NetBird. See [NetBird API](/ipa/introductions) documentation for detailed usage.