mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-27 04:46:35 +00:00
Fix links
This commit is contained in:
@@ -12,7 +12,7 @@ For this guide, we'll be using cURL to make our first API request. If you don't
|
||||
|
||||
## Get an access token
|
||||
|
||||
Before making your first API request, you need to create an access token to authenticate requests to the API. You can create an access token in the [Netbird dashboard](https://app.netbird.io) under [Users » Me](https://app.netbird.io/users).
|
||||
Before making your first API request, you need to create an access token to authenticate requests to the API. You can create an access token in the [NetBird dashboard](https://app.netbird.io) under [Users » Me](https://app.netbird.io/users).
|
||||
After the token was created successfully make sure to store it as we need it for the next step.
|
||||
|
||||
## Making your first API request
|
||||
@@ -31,7 +31,7 @@ curl -X GET https://api.netbird.io/api/peers \
|
||||
|
||||
<div className="not-prose">
|
||||
<Button
|
||||
href="/peers"
|
||||
href="/api/resources/peers"
|
||||
variant="text"
|
||||
arrow="right"
|
||||
children="Read the docs for the peers endpoint"
|
||||
@@ -43,6 +43,6 @@ curl -X GET https://api.netbird.io/api/peers \
|
||||
|
||||
Great, you're now set up with an API client and have made your first request to the API. Here are a few links that might be handy as you venture further into the NetBird API:
|
||||
|
||||
- [Read how to properly authenticate against the NetBird API](/authentication)
|
||||
- [Check out the users endpoint](/users)
|
||||
- [Learn about the different error types](/errors)
|
||||
- [Read how to properly authenticate against the NetBird API](/api/guides/authentication)
|
||||
- [Check out the users endpoint](/api/resources/users)
|
||||
- [Learn about the different error types](/api/guides/errors)
|
||||
|
||||
Reference in New Issue
Block a user