GET
/
v2
/
monitors
/
{id}
Get monitor details
curl --request GET \
  --url https://api.topograph.co/v2/monitors/{id}
{
  "id": "cmfzlu1dt000j12ldeqrfszq0",
  "companyId": "123456789",
  "countryCode": "DE"
}

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"