---
title: "Get Monitored Domain"
method: GET
path: "/api/v1/monitoring/domains/{domain}"
tags: ["Monitoring Domains"]
---

# Get Monitored Domain

`GET /api/v1/monitoring/domains/{domain}`

Get information about a particular domain or platform URL TrueBiz is currently monitoring.
This endpoint requires a valid API key (X-API-KEY) to be  provided in the headers and is rate limited to 5 requests
per second.

## Path parameters

- `domain` string, required

## Response `200`

OK

- MonitoredDomain
  - `domain` string, required
  - `platform_url` string, nullable
  - `external_ref_id` string, nullable
  - `packages` MonitoringPackage[]
    - `type` 'io.truebiz.monitoring.package.basic' | 'io.truebiz.monitoring.package.extended' | 'io.truebiz.monitoring.package.website-content' | 'io.truebiz.monitoring.package.business-closure' | 'io.truebiz.monitoring.package.sentiment-analysis' | 'io.truebiz.monitoring.package.connected-entities' | 'io.truebiz.monitoring.package.people' | 'io.truebiz.monitoring.package.business-profile', required
    - `frequency` PackageFrequency, required
      - `days` 7 | 30 | 90, required

## Other responses

- `202` — Accepted
- `204` — No Content
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

## Changes

- **2026-09-21** `fd8c32a19c7f` — 2 breaking
  - response property `external_ref_id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `platform_url` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- **2026-08-28** `0a984090228e` — 1 info
  - added the optional property `platform_url` to the response with the `200` status

[Change history](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/changes/api/v1/monitoring/domains/:domain/get.md)

---

[API](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api.md) · [All operations](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/llms.txt) · [OpenAPI document](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/revisions/fd8c32a19c7f?raw)
