Authorizations
API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.
Query Parameters
Page number for pagination
Required range:
x >= 1Number of items per page
Required range:
1 <= x <= 200Filter by workspace name (partial match, case-insensitive)
Filter by protected status
Available options:
0, 1, true, false Filter workspaces created after this date (ISO 8601 format)
Filter workspaces created before this date (ISO 8601 format)
Field to sort by
Available options:
name, protected, created_on Sort order
Available options:
asc, desc