Redeem ad credits
POST {{baseUrl}}/ad_accounts/:ad_account_id/ads_credit/redeem
Redeem ads credit on behalf of the ad account id and apply it towards billing.
This endpoint might not be available to all apps. Learn more.
Request Body
{"offerCodeHash"=>"", "validateOnly"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","errorCode":"\u003cinteger\u003e","errorMessage":"\u003cstring\u003e"}