List all workspaces available to the user.

Example Output

{
	"workspaces": [
		{
			"id": "<string>",
			"name": "<string>",
			"type": "<string>",
			"visibility": "<string>",
			"createdBy": "43450437"
		},
		{
			"id": "<string>",
			"name": "<string>",
			"type": "<string>",
			"visibility": "<string>",
			"createdBy": "43450437"
		}
	]
}

Workflow Library Example

List Workspaces with Postman and Send Results Via Email

Preview this Workflow on desktop