> For the complete documentation index, see [llms.txt](https://docs.guardianservice.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardianservice.app/technical-information/users/user-operations/account-apis/current-version-terms-of-use.md).

# Current version terms of use

## Get current version terms of use.

<mark style="color:blue;">`GET`</mark> `/accounts/terms/agree`

Get current version terms of use.

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

```

content:
            application/json:
              schema:
                type: object
                properties:
                  terms:
                    type: string
                    description: current version terms of use.
```

{% endtab %}

{% tab title="500: Internal Server Error Internal Server Error" %}

```

content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'

```

{% endtab %}
{% endtabs %}
