---
title: "Get proxy credentials"
method: GET
path: "/static/subscriptions/{id}/proxies"
tags: ["Static Proxies"]
---

# Get proxy credentials

`GET /static/subscriptions/{id}/proxies`

Returns the proxy host/port/credentials for a subscription.

## Path parameters

- `id` integer, required

## Response `200`

OK

- StaticProxy[]
  - `id` integer
  - `host` string
  - `port` integer
  - `username` string
  - `password` string
  - `country` string

---

[API](https://skmtc.dev/proxiware/apis/proxiware-api.md) · [All operations](https://skmtc.dev/proxiware/apis/proxiware-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/proxiware/proxiware-api/revisions/4e98e5b8cc44/schema)
