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

Get workspace

Returns Workspace details, products and sites.

GET
/v2/workspace

Authorization

authorization<token>

Use your API key here.

In: header

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

Default Response

{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "name": "My Workspace",
  "products": [
    "POOL"
  ],
  "sites": [
    {
      "id": "b0a5fad8-0e09-4f10-ac20-ccd80fb2d138",
      "name": "My Site"
    }
  ]
}