Set 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.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Available options:
privacy
, terms
Response
200
application/json
The response is of type any
.
Was this page helpful?