---
title: "GET"
method: GET
path: "/proxy"
tags: ["Execute"]
---

# GET

`GET /proxy`

Proxies a downstream GET request to a service and injects the necessary credentials into a request stored in Vault. This allows you to have an additional security layer and logging without needing to rely on Unify for normalization.
**Note**: Vault will proxy all data to the downstream URL and method/verb in the headers.

## Headers

- `x-apideck-consumer-id` string, required
- `x-apideck-app-id` string, required
- `x-apideck-service-id` string, required
- `x-apideck-unified-api` string
- `x-apideck-downstream-url` string, required
- `x-apideck-downstream-authorization` string
- `x-apideck-timeout` integer
- `x-apideck-follow-redirects` boolean

## Response `200`

Ok. When the request includes `x-apideck-follow-redirects: false` and the downstream response would otherwise redirect to a presigned URL (oversized responses), the body is instead an `application/json` object `{ url, expires_at }` — fetch `url` explicitly (without the Authorization header) to retrieve the payload.

- object

## Other responses

- `401` — Unauthorized
- `default` — Proxy error

---

[API](https://skmtc.dev/apideck-libraries/apis/proxy-api.md) · [All operations](https://skmtc.dev/apideck-libraries/apis/proxy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apideck-libraries/proxy-api/revisions/0138e77cafd9/schema)
