API Guidance
API Guidance
Authentication
The Spending Limit is part of the Management API. Therefore, you can acquire a JWT token using the CreateToken API responsible for Management API authentication. Put this token in the API Header Authentication as "Bearer" to make the API call. Please refer to the CreateToken API Guide for more detailed guidance
QuerySpendingLimits
Use the QuerySpendingLimists API to see the mapping information between all ad accounts and spending limit IDs within the platform.
ListSpendingLimits
You can use the ListSpendingLimits API to retrieve a list of spending limits for each ad account. Currently, an ad account can have a single spending limit.
ReadSpendingLimit
You can use the ReadSpendingLimit API to check the current status of a spending limit, such as the current limit, spending against the set limits, and remaining.
UpdateSpendingLimit
You can use the UpdateSpendingLimit API to update or modify the spending limit of a specific ad account.
Updated 2 months ago