---
title: "Get a DP Client Certificate"
method: GET
path: "/v2/control-planes/{controlPlaneId}/dp-client-certificates/{certificateId}"
tags: ["DP Certificates"]
---

# Get a DP Client Certificate

`GET /v2/control-planes/{controlPlaneId}/dp-client-certificates/{certificateId}`

Retrieve a pinned dataplane client certificate associated to this control plane. A pinned dataplane certificate allows dataplanes configured with the certificate and corresponding private key to establish connection with this control plane.

## Response `200`

Response body for retrieving a dp-client-certificate.

- object
  - `item` DataPlaneClientCertificate
    - `id` string — Unique ID of the certificate entity.
    - `created_at` integer — Date certificate was created.
    - `updated_at` integer — Date certificate was last updated.
    - `cert` string — JSON escaped string of the certificate.
    - `title` string — Title of the certificate.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Forbidden

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/f920f418f552/schema)
