> 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/accept-terms-of-use.md).

# Accept terms of use

## Accept terms of use

<mark style="color:green;">`POST`</mark> `/accounts/terms/agree`

Accept terms of use

#### Request Body

| Name                               | Type   | Description                        |
| ---------------------------------- | ------ | ---------------------------------- |
| <mark style="color:red;">\*</mark> | String | Object that contains terms version |

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

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

{% endtab %}

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

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

{% endtab %}
{% endtabs %}
