Create OAuth client
Register a custom OAuth client for an app
Request body
The app's ID or name slug. The app must have custom OAuth clients enabled.
The OAuth client ID registered with the upstream provider
The OAuth client secret. Write-only; never returned in responses.
Display name of the OAuth client
Description of the OAuth client
OAuth scopes to request when users connect through this client
Extra OAuth scopes users may grant on top of the base scopes
Response
OAuth client created
Hash ID for the OAuth client
The name slug of the target app (see https://pipedream.com/docs/connect/quickstart#find-your-apps-name-slug)
The human-readable name of the app
The authentication type used by the app
A short description of the app
The URL to the app's logo
A JSON string representing the custom fields for the app
Categories associated with the app
A rough directional ordering of app popularity, subject to changes by Pipedream
The OAuth client ID registered with the upstream provider
OAuth scopes requested when users connect through this client
Extra OAuth scopes users may grant on top of the base scopes
The redirect URI to register with the upstream OAuth provider
Hash ID of the owner: the workspace (o_...) or the project (proj_...)
Changes
Changed in 1 of the 2 revisions of this API.○1
- ○
endpoint added
endpoint-added
- ○