billing
Get billing profiles
Get billing profiles in the advertiser account.
This endpoint might not be available to all apps. Learn more.
get/ad_accounts/{ad_account_id}/billing_profiles
Path parameters
ad_account_idstring required
Unique identifier of an ad account.
Query parameters
is_activeboolean required
Return active billing profiles, if false return all billing profiles.
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": [
{
"advertiser_id": "12312451231",
"id": "12312451231"
}
]
}