# 200 List of workspaces the authenticated user can access

---

### Shell

```shell
curl --request GET \
     --url https://api.air.inc/v1/workspaces \
     --header 'accept: application/json'
```

### Example Response

```json
200
```

---
