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 · required
  • name · string · required
  • api_key · object · required
    • name · string · required
    • scope · string · required · One of: read, read_write
curl "https://api.timeglass.ai/v1/workspace" \
  -H "Authorization: Bearer $TIMEGLASS_API_KEY"