billing
Get ads credit discounts
Returns the list of discounts applied to the account.
This endpoint might not be available to all apps. Learn more.
get/ad_accounts/{ad_account_id}/ads_credit/discounts
Path parameters
ad_account_idstring required
Unique identifier of an ad account.
Query parameters
bookmarkstring
Cursor used to fetch the next page of items
page_sizeinteger
Maximum number of items to include in a single page. See documentation on Pagination for more information.
Response
The request has succeeded.
Example response
{
"items": [
{
"active": true,
"advertiser_id": "12312451231",
"discountCurrency": "USD",
"discountInMicroCurrency": 125000000,
"remainingDiscountInMicroCurrency": 125000000,
"title": "Ads Credits"
}
]
}