# Interface frequency limit instructions
Service Account The invocation interface is not unlimited.In order to prevent a WeChat server load exception from being caused by a program error on a service number, by default, each service number cannot call the interface beyond a certain limit. When a given limit is exceeded, the call to the corresponding interface receives the following error return code:
{"errcode":45009,"errmsg":"api freq out of limit"}
Developers can log on to the WeChat public platform and view the current daily maximum and real-time call amount of each interface of the account in the Developer Center Interface Permissions Template in the account background. For authenticated accounts, real-time calls can be zeroed, as follows:
- Due to differences in the methodology or statistical time of calculation of indicators, real-time call data may have an error, generally within 1%.
- Each account has a total of 10 zeroing opportunities per month, and once the zeroing takes effect, it is used up once (10 times include the zeroing on the platform and the zeroing of the calling interface API).
- When the third-party help Service Account is called, it is actually consuming the quota of the service number itself.
- Each interface with an interface call limit can be zeroed.
- When the number of fans of the account exceeds 10W / 100W / 1000W, the daily call limit of some interfaces will be increased accordingly, according to the number indicated in the Service Account MP background developer center page.
# Call frequency
The frequency limit for interface calls for newly registered accounts is as follows:
interface | Daily limit |
---|---|
Get access_token | 2000 |
Custom Menu Creating | 1000 |
Custom Menu Queries | 10000 |
Custom Menu Delete | 1000 |
Create Groups | 1000 |
Get Groups | 1000 |
Modify group name | 1000 |
Mobile user groups | 100000 |
Upload multimedia files | 100000 |
Download multimedia files | 200000 |
Send customer service messages | 500000 |
Advanced Group Communication Interface | 100 |
Upload a Graphic Message Interface | 10 |
Remove the Graphic Message Interface | 10 |
Get a QR code with parameters | 100000 |
Get a list of followers | 500 |
Get basic user information | 5000000 |
Get Web Page Authorization access_token | nothing |
Refresh Page Authorization access_token | nothing |
Web authorization to obtain user information | nothing |
Set user backup name | 10000 |
Draft Box - New drafts | 1000 |
Draft Box - Get a draft | 500 |
Draft Box - Delete drafts | 1000 |
The draft box - Modify the draft | 1000 |
Draft Box - Get the total number of drafts | 1000 |
Draft Box - Get a list of drafts | 1000 |
Publishing ability - Publishing interface | 100 |
Release capability - Release status polling interface | 100 |
Publishing ability - Delete publishing | 10 |
Ability to publish - get published articles by article_id | 100 |
Release Capability - Get a list of successful releases | 100 |
Note that for test numbers applied for in the test number application page, the frequency limit for interface calls is as follows:
interface | Daily limit |
---|---|
Get access_token | 200 |
Custom Menu Creating | 100 |
Custom Menu Queries | 1000 |
Custom Menu Delete | 100 |
Create Groups | 100 |
Get Groups | 100 |
Modify group name | 100 |
Mobile user groups | 1000 |
Material Management - Temporary Material Upload | 500 |
Material Management - Temporary Material Download | 1000 |
Send customer service messages | 50000 |
Get a QR code with parameters | 10000 |
Get a list of followers | 100 |
Get basic user information | 500000 |
Get Web Page Authorization access_token | nothing |
Refresh Page Authorization access_token | nothing |
Web authorization to obtain user information | nothing |
# Reset the number of API calls
- We provide Reset API Calls interface and Reset API calls with AppSecret can nullify all API calls of Service Account (including those called by third parties) for a total of 10 nullification opportunities per account per natural month, and once a nullification is effective, once an opportunity is used;
- The interface supports Service Account itself calls and Third Party Platform generation calls. The detailed interface call explaination can be found in the interface documentation.