For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Practices

Gets a list of authorized practices

GET https://api.formdr.com/api/v1/practices

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

Last updated