Get terms of service
GET {{baseUrl}}/ad_accounts/:ad_account_id/terms_of_service?include_html=false&tos_type=<string>
Get the text of the terms of service and see whether the advertiser has accepted the terms of service.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| include_html | boolean | Return HTML in TOS text. | |
| tos_type | string | Request type. | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"id":"\u003cstring\u003e","html":"\u003cstring\u003e","has_accepted":"\u003cboolean\u003e","ad_account_id":"\u003cstring\u003e"}