---
title: "Get domain registration expiry for a monitor"
method: GET
path: "/monitors/domain/{monitorId}"
tags: ["monitors"]
---

# Get domain registration expiry for a monitor

`GET /monitors/domain/{monitorId}`

## Path parameters

- `monitorId` string, required

## Response `200`

OK

- object
  - `success` true, required
  - `msg` string, required
  - `data` object, required
    - `domain` string, nullable, required
    - `expiryDate` string, nullable, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

## Changes

- **2026-08-13** `e27f9208ad29` — 2 breaking
  - the response property `data/domain` became nullable for the status `200`
  - the response property `data/expiryDate` became nullable for the status `200`
- **2026-08-10** `bcc6ff900fd3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/bluewave-labs/apis/checkmate-api/changes/monitors/domain/:monitorId/get.md)

---

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