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

Get sites

Returns a list of all sites associated to a Workspace.

GET
/v2/workspace/sites

Authorization

authorization<token>

Use your API key here.

In: header

curl -X GET "https://app.luxor.tech/api/v2/workspace/sites" \
  -H "authorization: <token>"

Default Response

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