Get ads credit discounts
GET {{baseUrl}}/ad_accounts/:ad_account_id/ads_credit/discounts?bookmark=<string>&page_size=25
Returns the list of discounts applied to the account.
This endpoint might not be available to all apps. Learn more.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
bookmark | string | Cursor used to fetch the next page of items | |
page_size | number | Maximum number of items to include in a single page of the response. See documentation on <a href='/docs/getting-started/pagination/'>Pagination</a> for more information. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"active":"\u003cboolean\u003e","advertiser_id":"72","discountType":"CREDIT_APPLIED","discountInMicroCurrency":"\u003cnumber\u003e","discountCurrency":"\u003cstring\u003e","title":"\u003cstring\u003e","remainingDiscountInMicroCurrency":"\u003cnumber\u003e"},{"active":"\u003cboolean\u003e","advertiser_id":"5018327","discountType":"PREPAID_CREDIT","discountInMicroCurrency":"\u003cnumber\u003e","discountCurrency":"\u003cstring\u003e","title":"\u003cstring\u003e","remainingDiscountInMicroCurrency":"\u003cnumber\u003e"}],"bookmark":"\u003cstring\u003e"}