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

Get site

Returns a summary of a specific site associated to a Workspace.

GET
/v2/workspace/sites/{site_id}

Authorization

authorization<token>

Use your API key here.

In: header

Path Parameters

site_idRequiredstring
Format: "uuid"
curl -X GET "https://app.luxor.tech/api/v2/workspace/sites/b0a5fad8-0e09-4f10-ac20-ccd80fb2d138" \
  -H "authorization: <token>"

Default Response

{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "name": "My Site"
}