Workspace
Retrieve the workspace associated with your API key.
Get workspace
Returns basic information about the workspace your API key belongs to. Requires the read scope.
curl https://api.smoketest.sh/v1/workspace \
-H "Authorization: Bearer $SMOKETEST_API_KEY"Sample response
{
"id": "018e1234-abcd-7000-8000-abc123456789",
"name": "Acme Corp",
"slug": "acme-corp",
"createdAt": "2025-11-01T09:00:00.000Z"
}| Field | Type | Description |
|---|---|---|
id | UUID | Workspace identifier |
name | string | Display name of the workspace |
slug | string | URL-safe identifier |
createdAt | ISO 8601 | When the workspace was created |