terms_of_service
Get terms of service
Get the text of the terms of service and see whether the advertiser has accepted the terms of service.
get/ad_accounts/{ad_account_id}/terms_of_service
Path parameters
ad_account_idstring required
Unique identifier of an ad account.
Query parameters
include_htmlboolean
Return HTML in TOS text.
tos_typestring
Request type.
Response
The request has succeeded.
Example response
{
"ad_account_id": "549755885175",
"has_accepted": true,
"html": "example test",
"id": "2650449554526"
}