Workspace · Timeglass API
The workspace behind your API key, and the key itself.
Get the Workspace
GET /v1/workspace
Returns the workspace this API key belongs to, and the name and scope of the key itself.
Response 200
workspace_id· string · uuid · requiredname· string · requiredapi_key· object · requiredname· string · requiredscope· string · required · One of:read,read_write
curl "https://api.timeglass.ai/v1/workspace" \
-H "Authorization: Bearer $TIMEGLASS_API_KEY"