---
title: "Verify a sender domain"
method: POST
path: "/domain/verify"
tags: ["SENDER DOMAINS"]
---

# Verify a sender domain

`POST /domain/verify`

Verify a sender domain on your account removing the need to wait for the periodic verification every 7 minutes.

## Request body

- object
  - `domain` string, required — Domain to attempt verification for
  - `requisition_ssl` boolean — If true, requisition an SSL certificate for the tracking domain once verification is complete
  - `subaccount_id` string — If you wish to make this API call on behalf of a subaccount then include its unique ID here

## Response `200`

Sender domain verification

- object
  - `request_id` string, required
  - `data` object, required
    - `domains` object[], required
      - `domain` object
        - `dkim_value` string, required
        - `domain` string, required
        - `suffix` string, required
        - `rpath_selector` string
        - `rpath_status` string, required
        - `rpath_verified` boolean
        - `rpath_value` string, required
        - `dkim_status` string, required
        - `dkim_verified` boolean
        - `subdomain` unknown, required
        - `fulldomain` string, required
        - `dkim_selector` string, required
        - `setup_link` string, required — A URL that can be used to automate DNS additions.
      - `trackers` object[]
        - `cname_value` string, required
        - `cname_status` string, required
        - `cname_verified` boolean
        - `domain` string
        - `suffix` string
        - `subdomain` string
        - `enabled` boolean
        - `fulldomain` string
      - `subaccount_access` object
        - `subaccounts` unknown[] — A list of subaccount IDs that were given access the sender domain.
          - unknown
        - `future_subaccounts` boolean — If true, any new subaccounts added will automatically be given access.

## Other responses

- `400` — 400

---

[API](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4.md) · [All operations](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smtp2go/smtp2go-api-v3-0-4/revisions/1ba6b25eebb9/schema)
