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

Get member

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

GET
/v2/workspace/members/{member_id}

Authorization

authorization<token>

Use your API key here.

In: header

Path Parameters

member_idRequiredstring
Format: "uuid"
curl -X GET "https://app.luxor.tech/api/v2/workspace/members/36c414cb-b01a-4d0c-b276-1d41b955950f" \
  -H "authorization: <token>"

Default Response

{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "email": "user@example.com",
  "first_name": "John",
  "last_name": "Smith"
}