cURL
curl --request GET \ --url https://app.cardclan.io/api/integration/workspaces \ --header 'Authorization: Bearer <token>'
[ { "key": "workspace", "choices": [ { "key": "60f7b2b5b8f4a20015a4f5a4", "label": "Workspace Id", "value": "My Business Workspace", "id": "60f7b2b5b8f4a20015a4f5a4", "name": "My Business Workspace" } ] } ]
Retrieves all workspaces accessible to the authenticated user
[ { "key": "workspace", "choices": [ { "key": "60f7b2b5b8f4a20015a4f5a4", "label": "Workspace Id", "value": "Marketing Team", "id": "60f7b2b5b8f4a20015a4f5a4", "name": "Marketing Team" }, { "key": "60f7b2b5b8f4a20015a4f5a5", "label": "Workspace Id", "value": "Sales Team", "id": "60f7b2b5b8f4a20015a4f5a5", "name": "Sales Team" } ] } ]
Enter your CardClan integration key
Workspaces retrieved successfully
"workspace"
Show child attributes
Was this page helpful?