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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
privacy
, terms
Successful Response
The response is of type any
.
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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
privacy
, terms
Successful Response
The response is of type any
.