Luxor PlatformAPI DocumentationWorkspaces
Get workspace
Returns Workspace details, products and sites.
Authorization
LuxorAPIKey authorization<token>
Use your API key here.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/v2/workspace"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "My Workspace", "products": [ "POOL" ], "sites": [ { "id": "b0a5fad8-0e09-4f10-ac20-ccd80fb2d138", "name": "My Site", "url": "/v2/workspace/sites/b0a5fad8-0e09-4f10-ac20-ccd80fb2d138" } ]}{ "statusCode": 400, "code": "FST_ERR_VALIDATION", "error": "Bad Request", "message": "body/end_date Required"}