---
title: "Get selected SDK keys"
method: GET
path: "/v1/proxy-profiles/{proxyProfileId}/sdk-keys"
tags: ["Proxy Profiles"]
---

# Get selected SDK keys

`GET /v1/proxy-profiles/{proxyProfileId}/sdk-keys`

This endpoint returns the list of SDK keys selected for a Proxy Profile 
identified by the `proxyProfileId`.

## Path parameters

- `proxyProfileId` string, uuid, required

## Response `200`

When everything is ok, the SDK keys selected for the Proxy Profile are returned.

- ProxyProfileSdkKeysListModel
  - `items` ProxyProfileSdkKeyItem[], required — The list of SDK keys (with additional metadata) selected for the Proxy Profile.
    - `primarySdkKey` string, required — The primary SDK Key of the Config / Environment pair selected for the Proxy Profile.
    - `secondarySdkKey` string, nullable, required — The secondary SDK Key of the Config / Environment pair selected for the Proxy Profile.
    - `sdkId` string, required — The SDK ID identifying the Config / Environment pair selected for the Proxy Profile.
    - `configId` string, uuid, required — The identifier of the Config associated with the SDK key.
    - `environmentId` string, uuid, required — The identifier of the Environment associated with the SDK key.

## Other responses

- `400` — Bad request.
- `404` — Not found.
- `429` — Too many requests. In case of the request rate exceeds the rate limits.

---

[API](https://skmtc.net/configcat/apis/configcat-public-management-api.md) · [All operations](https://skmtc.net/configcat/apis/configcat-public-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/configcat/configcat-public-management-api/revisions/88fd971944d7/schema)
