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.
API key required for all endpoints
Alternative way to specify target URL via header
"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
The Pipedream account ID for the connected app
"apn_1234567"
The target API endpoint URL
"https://slack.com/api/conversations.list"
Successful proxy request
Response from the target API