Workspaces
Copy Page
Clay API Docs
Disclaimer
Authentication
Fetch Clay Cookies
POST
Workspaces
Get All Workspaces in your account
GET
Folders
Create a folder
POST
Delete a folder
DELETE
Resources
Fetch all resources
POST
Search a resource in workspace
POST
Workbooks
Create a Workbook
POST
Delete a Workbook
DELETE
Tables
Fetch all record ids in a table
GET
Add a row in the table
POST
Delete a row from the table
DELETE
Delete all rows from a table
DELETE
Run an enrichment column
PATCH
Count number of rows in a Table
GET
List all sources in a table
GET
Add Webhook to a table
PATCH
Delete a Source from the table
DELETE
Credit Usage
Get a list of owners
GET
Get User-Specific Credit Usage Report
GET
Get User-Created Resources
POST
Get Workspace Credit Usage Report
GET
List all integrations
GET
Get Integration Type Details
GET
Get Integration-Specific Credit Usage
GET
Get Integration Credit Usage Report
GET
Workspaces
MCP
Copy Page
Get All Workspaces in your account
GET
https://api.clay.com/v3/my-workspaces
Try it
Run in Apidog
Run in Apidog
Get all workspaces in your Clay account
Request
Header Params
Generate Code
Responses
🟢
200
Success
application/json
Generate Code
Body
application/json
Generate Code
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
'https://api.clay.com/v3/my-workspaces'
\
--header
'Cookie: {YOUR_CLAY_COOKIES}'
Response
Response Example
{
}
Modified atÂ
2026-01-15 07:58:45
Previous
Fetch Clay Cookies
Next
Create a folder