Skip to main content
GET
/
watchers
/
{id}
Get watcher detail
curl --request GET \
  --url https://borough.qwady.app/v1/watchers/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "watchType": "listing",
    "listingId": "<string>",
    "buildingId": "<string>",
    "searchFilters": {},
    "pollInterval": 123,
    "active": true,
    "lastPollAt": "2023-11-07T05:31:56Z",
    "lastChangeAt": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Polar.sh license key. Format: BOROUGH-<uuid>

Path Parameters

id
string
required

Watcher ID (UUID)

Response

Watcher detail

data
object