> For the complete documentation index, see [llms.txt](https://docs.propstack.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.propstack.de/reference/teams.md).

# Teams

## Teams abrufen

<mark style="color:blue;">`GET`</mark> `https://api.propstack.de/v1/departments`

{% tabs %}
{% tab title="200 " %}

```javascript
[
    {
        "id": 1,
        "name": "Geschäftsführung",
        "broker_ids": [1, 2]
    }
]
```

{% endtab %}
{% endtabs %}
