Skip to content

Get account terms and conditions

Request

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

Path
idstringrequired

The unique ID of the AccountTermsAndConditions

curl -i -X GET \
  'https://api-v2.dash.app/account-terms-and-conditions/{id}'

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" }