---
title: "Set Accept Terms"
method: POST
path: "/v1/general/accept-terms"
tags: ["general"]
---

# Set Accept Terms

`POST /v1/general/accept-terms`

Confirm that the user has accepted the Terms of Service.
When calling this endpoint, the terms/privacy will be updated to the current date. This is useful to know
which users to re-prompt when an update to the ToS comes out.
@note - Because the UI also accesses /v1/settings, it's aware of whether there are new ToS or not and automatically
displays a popup if needed.

## Query parameters

- `tab` 'privacy' | 'terms', required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pulze/apis/pulze-ai-api.md) · [All operations](https://skmtc.net/pulze/apis/pulze-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pulze/pulze-ai-api/revisions/a5e0b539abc5/schema)
