> For the complete documentation index, see [llms.txt](https://formdr.gitbook.io/formdr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://formdr.gitbook.io/formdr/documentation/get-practices.md).

# Get Practices

## Gets a list of authorized practices

<mark style="color:blue;">`GET`</mark> `https://api.formdr.com/api/v1/practices`

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

```javascript
[{
    "id": 0,
    "name": "Some name"
}]
```

{% endtab %}
{% endtabs %}
