Skip to main content
GET
/
v2
/
monitors
/
{id}
Get monitor details
curl --request GET \
  --url https://api.topograph.co/v2/monitors/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "cmfzlu1dt000j12ldeqrfszq0",
  "companyId": "123456789",
  "countryCode": "DE",
  "createdAt": "2026-01-15T10:30:00.000Z",
  "lastFetchedAt": "2026-03-20T02:00:00.000Z",
  "companyName": "Topograph SAS"
}

Documentation Index

Fetch the complete documentation index at: https://docs.topograph.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Monitor ID

Response

Monitor details

id
string
required

The unique identifier for the monitor

Example:

"cmfzlu1dt000j12ldeqrfszq0"

companyId
string
required

The company ID being monitored

Example:

"123456789"

countryCode
string
required

The country code for the monitored company

Example:

"DE"

createdAt
string
required

When the monitor was created

Example:

"2026-01-15T10:30:00.000Z"

lastFetchedAt
string | null

When the monitor data was last fetched

Example:

"2026-03-20T02:00:00.000Z"

companyName
string | null

The legal name of the monitored company

Example:

"Topograph SAS"