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

KeyDatatypeRequiredDescription
include_htmlbooleanReturn HTML in TOS text.
tos_typestringRequest type.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;html&quot;:&quot;\u003cstring\u003e&quot;,&quot;has_accepted&quot;:&quot;\u003cboolean\u003e&quot;,&quot;ad_account_id&quot;:&quot;\u003cstring\u003e&quot;}