Skip to content

Get the account terms and conditions in effect

Request

Get the latest AccountTermsAndConditions in effect

This endpoint is unauthenticated. Do not send a Bearer Token in the Authorization Header

curl -i -X GET \
  https://api-v2.dash.app/account-terms-and-conditions-in-effect

Responses

Success

Bodyapplication/json
idstringrequired

The id of the terms and conditions

Example:"v12"
urlstringrequired

The URL to the terms and conditions document

Example:"https://signup.dash.app/resources/legal/terms-v12.pdf"
Response
{ "id": "v12", "url": "https://signup.dash.app/resources/legal/terms-v12.pdf" }