---
title: "Get Dex client credentials"
method: GET
path: "/resmgr/v2/dexclients"
---

# Get Dex client credentials

`GET /resmgr/v2/dexclients`

Returns a map of Dex client IDs to their secrets. Use the value for key `kubernetes` as the `client_secret` in the next step.

**Prerequisite**: You must first obtain a Keystone token. See the [Keystone Authentication](https://docs.platform9.com/api-docs/identity-service/authentication#post-auth-tokens) page for details.

## Headers

- `x-auth-token` string, required

## Response `200`

Map of client ID to client secret.

- DexClientMap — Map of Dex client ID to client secret. Each key is a `client_id`; the corresponding value is its `client_secret`.

## Other responses

- `401` — Missing or invalid Keystone token.

---

[API](https://skmtc.net/platform9/apis/cluster-blueprint-api.md) · [All operations](https://skmtc.net/platform9/apis/cluster-blueprint-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/platform9/cluster-blueprint-api/revisions/708ad90fe444/schema)
