cURL
curl --request GET \ --url https://api.userplane.com/api/v1/public/workspaces \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "data": { "workspaces": [ { "workspaceId": "<string>", "workspaceName": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "workspaceMembership": { "workspaceMemberId": "<string>", "workspaceRole": "owner", "workspaceJoinedAt": "2023-11-07T05:31:56Z" } } ], "total": 1, "pagination": { "page": 1, "perPage": 1, "total": 1, "totalPages": 1, "hasMore": true } } }
Retrieve a paginated list of workspaces for the authenticated user
API key with uspl_ prefix. Create keys at dash.userplane.io/_/account?tab=developers
x >= 0
1 <= x <= 20
OK
Show child attributes