# List Workspaces Retrieves workspace records linked to the API account. Endpoint: GET /v1/workspaces Version: 1.0 Security: APIKeyHeader ## Response 200 fields (application/json): - `id` (any) Example: "recXXXXXXXXXXXXXX" - `createdTime` (any) The record creation timestamp Example: "2023-01-01T00:00:00.000Z" - `title` (string) The name of the workspace - `website` (string) The website URL of the workspace - `clients` (array) - `clients.name` (string) - `clients.email` (string) ## Response 403 fields ## Response 422 fields