# 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 %}
