Create or update an AccountTermsAndConditions
Security
bearerToken
The unique ID of the AccountTermsAndConditions
The datetime the terms come into effect
Default:"NOW()"
Example:"2025-12-23T00:00:00.001Z"
Whether accounts on paid plans should be asked to reaccept these new terms
Default:false
- Productionhttps://api-v2.dash.app/account-terms-and-conditions/{id}
- Staginghttps://api-v2.dashstaging.app/account-terms-and-conditions/{id}
curl -i -X PUT \
'https://api-v2.dash.app/account-terms-and-conditions/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"dateOfEffect": "2025-12-23T00:00:00.001Z",
"paidPlansShouldReaccept": false,
"reacceptPath": "/account-terms-and-conditions-demerger"
}'Response
{ "id": "v12", "url": "https://signup.dash.app/resources/legal/terms-v12.pdf" }