This topic was automatically generated from Slack. You can find the original thread here.
Hi , is it possible to get OAuth App ID from api? Based on the document, it seems I can only find it in UI? OAuth Clients - Pipedream
This topic was automatically generated from Slack. You can find the original thread here.
Hi , is it possible to get OAuth App ID from api? Based on the document, it seems I can only find it in UI? OAuth Clients - Pipedream
Based on the current Pipedream documentation, the OAuth App ID is only available via the Pipedream UI. Specifically, you need to: 1. Create your OAuth client in Pipedream. 2. Click the arrow to the left of the client name to expand the details and view/copy the OAuth App ID. There is no mention in the documentation of an API endpoint that allows you to retrieve the OAuth App ID programmatically. The available API endpoints for OAuth clients are focused on server-to-server authentication and do not expose the App ID for managed OAuth clients. If you need this feature, I recommend submitting a feature request or reaching out to Pipedream support for more details: Support - Pipedream
Just curious, what’s your use case? Do you intend to have many OAuth clients?
not many, but a few. If I can get them programmatically, I don’t need to encode them in env file.
Got it. There isn’t currently an API to retrieve them, but generally makes sense.