Proxy GET request to connected app account
App Accounts Proxy
Proxy GET request to connected app account
Makes a GET request to an external API on behalf of a connected app account. The Pipedream proxy handles OAuth credential injection and forwards the request to the target API endpoint.
GET
Proxy GET request to connected app account
Authorizations
API key required for all endpoints
Headers
Alternative way to specify target URL via header
Example:
"https://slack.com/api/conversations.list"
Custom headers to forward to the target API. Use X-PD-Proxy- prefix. Example: X-PD-Proxy-Content-Type will be forwarded as Content-Type
Path Parameters
The Pipedream account ID for the connected app
Example:
"apn_1234567"
Query Parameters
The target API endpoint URL
Example:
"https://slack.com/api/conversations.list"
Response
Successful proxy request
Response from the target API

