Workspace tokens provide access to workspace-specific resources via the Webflow Data API.
These tokens are useful for workspace administrators that need access to workspace-level information and audit logs. For access to site data, use a site token instead.
Workspace tokens are only available for Enterprise workspaces.
Create workspace tokens with the following scopes and endpoints.
Workspace tokens use separate scopes and resources than site tokens. For example, workspace tokens don’t have access to the site scope, therefore they can’t access site-specific endpoints like Get Site Information. To ensure you’re using the correct token for your use case, please refer to the scopes and resources documentation.
Only workspace administrators can create a workspace token.
In the left sidebar of your Workspace, select Apps & integrations > Manage. Scroll to the bottom of the page to the Workspace API access section.

Click “Generate API token”.
Enter a name for your API token.
Choose the permissions you want the API token to have for each scope. (e.g., no access or read-only).

Click Generate token.
Copy the generated token to your clipboard and save it in a secure location.
site scope, therefore they can’t be used to access site-specific endpoints. Please refer to the scopes documentation for more information.Now that you have your workspace token, you can start making requests to the Webflow Data APIs that require a workspace token.
The simplest way to make a request is by using cURL
Example
This command retrieves a list of activity across your workspace. Replace YOUR_API_TOKEN with the workspace token you generated.
Here’s an example of what a response from the Webflow API might look like:
To revoke a workspace token:

Revoking a site token is an additional security measure for your Webflow site. This process disables the token, preventing any further access or use. You should consider revoking a site token in the following situations:
Workspace tokens are valid until they’re manually revoked or after 365 days of inactivity.
You can not regenerate an existing token. However you can generate a new token at any time from the API access section in your workspace settings.
You will need to generate a new workspace token and update any integrations using the old token.