Luxor Documentation Hub Logo
Mining Pool/API Documentation/V2/Watcherlinks

Get watcherlink

Retrieve a specific watcherlink by its ID.

GET
/v2/workspace/watcher-links/{watcherlink_id}

Authorization

authorization<token>

Use your API key here.

In: header

Path Parameters

watcherlink_idRequiredstring
Format: "uuid"
curl -X GET "https://app.luxor.tech/api/v2/workspace/watcher-links/575370fd-ecb7-40bb-a3da-8af78e0dab6b" \
  -H "authorization: <token>"

Default Response

{
  "id": "265299a1-1730-4eef-9844-b874f622cf34",
  "code": "watcher-de99dd173d394388ab27df5393faf348",
  "name": "My watcher link",
  "views": 100,
  "created_at": "2021-01-01T00:00:00Z",
  "updated_at": "2021-01-01T00:00:00Z",
  "subaccounts": [
    {
      "id": 0,
      "name": "my_subaccount",
      "site_id": "b0a5fad8-0e09-4f10-ac20-ccd80fb2d138",
      "created_at": "2019-08-24T14:15:22Z",
      "url": "string"
    }
  ]
}