Skip to content

Commit 8f88198

Browse files
committed
Merge branch 'master' into adolfo/money-1953-submit-button-not-enabled-despite-all-props-configured
2 parents 7c6e6c9 + 50adb89 commit 8f88198

File tree

4 files changed

+9
-184
lines changed

4 files changed

+9
-184
lines changed

docs-v2/pages/connected-accounts/api.mdx

Lines changed: 0 additions & 176 deletions
This file was deleted.

docs-v2/pages/connected-accounts/index.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Pipedream provides native integrations for [{process.env.PUBLIC_APPS}+ APIs](htt
99

1010
- [Link that account to any step of a workflow](#connecting-accounts), using the associated credentials to make API requests to any service.
1111
- [Manage permissions](#managing-connected-accounts), limiting access to sensitive accounts
12-
- [Access credentials via API](#accessing-credentials-via-api), letting you build services anywhere and use Pipedream to handle auth
1312

1413
Pipedream handles OAuth for you, ensuring you always have a fresh access token to authorize requests, and [credentials are tightly-secured](/privacy-and-security/#third-party-oauth-grants-api-keys-and-environment-variables).
1514

@@ -39,6 +38,10 @@ For example, if you add a new connected account for **Sendgrid**, you'll be aske
3938

4039
## Connecting accounts
4140

41+
<Callout type="info">
42+
This section discusses connecting **your own account** within the Pipedream UI. If you're looking to use the connected accounts for your customers, check out the [Connect docs](/connect).
43+
</Callout>
44+
4245
### From an action
4346

4447
Prebuilt actions that connect to a specific service require you connect your account for that service before you run your workflow. Click the **Connect [APP]** button to get started.

docs-v2/pages/rest-api/index.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,6 @@ The ID of the custom [OAuth app](/connect/quickstart#create-a-pipedream-oauth-cl
193193

194194
---
195195

196-
`external_user_id` **string** (_optional_)
197-
198-
[The external user ID](/connect/api/#external-users) in your system that you want to retrieve accounts for.
199-
200-
---
201-
202196
`include_credentials` **boolean** (_optional_)
203197

204198
Pass `include_credentials=true` as a query-string parameter to include the account credentials in the response
@@ -233,7 +227,7 @@ curl 'https://api.pipedream.com/v1/accounts' \
233227

234228
### Get account
235229

236-
By default, this route returns metadata for a specific connected account. Set `include_credentials=true` to return credentials that you can use in any app where you need auth. [See this guide](/connected-accounts/api/) to learn more.
230+
By default, this route returns metadata for a specific connected account. Set `include_credentials=true` to return credentials that you can use in any app where you need the actual credentials (API key or OAuth access token for example).
237231

238232
#### Endpoint
239233

docs-v2/vercel.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,10 @@
277277
{
278278
"source": "/docs/workflows/networking",
279279
"destination": "/docs/databases#connecting-to-restricted-databases"
280+
},
281+
{
282+
"source": "/docs/connected-accounts/api",
283+
"destination": "/docs/connect/api#accounts"
280284
}
281285
]
282286
}

0 commit comments

Comments
 (0)