Skip to content

Commit 26df530

Browse files
Adding some links
1 parent a7ab520 commit 26df530

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs-v2/pages/connect/api-proxy.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Before getting started with the Connect proxy, make sure you've already gone thr
2727

2828
You can send requests to the Connect proxy using the [Pipedream SDK](/connect/sdk) with a fetch-style interface, or by making a request to the [REST API](/rest-api/connect/proxy).
2929

30-
- A Pipedream OAuth client to make authenticated requests to Pipedream's API # add a link
31-
- The external user ID for your end user (ex, `abc-123`) # add link
32-
- Connect environment (ex, `production` or `development`) # add link
33-
- The account ID for your end user's connected account (ex, `apn_1234567`) # add a link to accounts endpoint
30+
- A [Pipedream OAuth client](/rest-api/auth#oauth) to make authenticated requests to Pipedream's API
31+
- The [external user ID](/connect/api#external-users) for your end user (ex, `abc-123`)
32+
- Connect [environment](/connect/environments) (ex, `production` or `development`)
33+
- The [account ID](docs/connect/api#accounts) for your end user's connected account (ex, `apn_1234567`)
3434

3535
### Code examples
3636

0 commit comments

Comments
 (0)