cURL
curl --request GET \ --url https://api.exec.com/rest/v1/workspace/groups \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "g1h2i3j4k5l6", "name": "Sales Team", "created_at": "2024-02-01T09:00:00Z" }, { "id": "g7h8i9j0k1l2", "name": "Customer Success", "created_at": "2024-02-15T14:30:00Z" } ], "pagination": { "page": 1, "page_size": 50, "total_count": 2, "total_pages": 1 } }
Returns a paginated list of groups in the workspace.
API key created in Settings > API.
Format: exec_live_ followed by 40 alphanumeric characters.
exec_live_
Page number (1-indexed)
x >= 1
Number of results per page (max 100)
1 <= x <= 100
List of workspace groups
Show child attributes