---
title: "Get Dkim records for the domain."
method: GET
path: "/v1beta/mailcow/dkim"
tags: ["MailcowDkim"]
---

# Get Dkim records for the domain.

`GET /v1beta/mailcow/dkim`

## Query parameters

- `domain.name` string
- `domain.extension` string

## Response `200`

A successful response.

- DkimGetMailCowDkimResponse
  - `code` integer
  - `data` DkimGetMailCowDkimResponseData
    - `dkim_record` DkimDkimTxtRecord[]
      - `name` string
      - `record_type` string
      - `value` string
    - `dkim_selector` string
    - `dkim_text` string
    - `length` string
    - `private_key` string
    - `public_key` string
    - `txt_record` DkimDkimTxtRecord
      - `name` string
      - `record_type` string
      - `value` string
  - `desc` string
  - `maintenance` boolean
  - `warnings` ErrorWarning[]
    - `code` integer
    - `data` string
    - `desc` string

## Other responses

- `default` — (empty)

---

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