cURL
curl --request GET \ --url https://api.kakiyo.com/v1/workspaces \ --header 'Authorization: Bearer <token>'
{ "workspaces": [ { "id": "workspace_abc123def456", "name": "Acme Corporation", "clientTeamId": "team_xyz789abc123", "createdAt": "2024-01-15T10:30:00.000Z" } ], "total": 5 }
Returns all client workspaces for the authenticated agency. Agency plan required.
GET https://api.kakiyo.com/v1/workspaces
{ "workspaces": [ { "id": "69724d900007cfde1d88", "name": "Acme Corporation", "clientTeamId": "69724d91000403019498", "createdAt": "2024-01-15T10:30:00.000Z" } ], "total": 1 }
curl -X GET "https://api.kakiyo.com/v1/workspaces" \ -H "Authorization: Bearer YOUR_API_KEY"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of workspaces
Show child attributes
5