---
title: "Get business-facing workspace data access."
method: GET
path: "/customer/workspace-access"
tags: ["Customer REST"]
---

# Get business-facing workspace data access.

`GET /customer/workspace-access`

## Response `200`

Workspace capabilities and usage available to this key.

- WorkspaceAccess
  - `organizationId` string, uuid, required
  - `dataAccess` object, required
    - `workspace` boolean, required
    - `leads` boolean, required
    - `leadContactData` boolean, required
    - `leadContactEnrichment` boolean, required
    - `analytics` boolean, required
    - `icp` boolean, required
    - `watchlist` boolean, required
    - `content` boolean, required
    - `integrations` boolean, required
    - `sync` boolean, required
    - `agent` boolean, required
    - `audienceAnalytics` boolean, required
    - `audienceDiscovery` boolean, required
  - `usage` object, required
    - `apiVisibleLeadCount` integer, required
    - `monitoredProfileCount` integer, required

## Other responses

- `401` — Invalid, expired, or revoked API key.
- `402` — Key or OAuth grant lacks the required scope.
- `429` — Customer API rate limit exceeded. Retry after the delay in the Retry-After header.

---

[API](https://skmtc.net/windmill-growth/apis/traxy-customer-api-and-mcp-v1.md) · [All operations](https://skmtc.net/windmill-growth/apis/traxy-customer-api-and-mcp-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/windmill-growth/traxy-customer-api-and-mcp-v1/versions/5ea23c14f8cf/schema)
