List workspaces
GET/panel/workspaces
Returns a paginated list of workspaces, newest first by creation date.
Each item includes the workspace owner, its generic subscription plan and its subscriptions (with monthly/yearly plan details). The users array is not included in list results — use GET /panel/workspaces/{workspace} to retrieve a workspace's members.
The page size is fixed at 20; there is no per_page parameter.
Request
Responses
- 200
- 401
- 403
Paginated workspace collection.
The bearer token is missing, malformed, unknown, or expired.
The token is valid, but the user it belongs to may not perform this action:
- they are not a member of the
{workspace}in the path; or - their workspace role is too low for this endpoint (write routes require Admin or Member); or
- for
/panelendpoints, they are not a platform administrator.
The host application that Mixpost is installed into can also deny access to Mixpost as a whole, which produces the same response.