Description
Request limitation ended after 2 calls for creating meeting api ,after sending 2 requests for creating meeting api give me “429 Too Many Requests” .
Error
“code”: 429,
“message”: “You have exceeded the daily rate limit (100) of Meeting Create/Update API requests permitted for this particular user. You may resume these requests at GMT 00:00:00.”
Which App Type (OAuth / Chatbot / JWT / Webhook)?
App Type :JWT
Which Endpoint/s?
/users/{userId}/meetings.
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request URL: https://api.zoom.us/v2/users/LPRYhI6DTvq-Qa-fjXf0QA/meetings
/ Headers (
‘x-ratelimit-category: Light’,
‘X-RateLimit-Category: Heavy’,
‘X-RateLimit-Type: Daily-limit’,
‘X-RateLimit-Limit: 30000’,
‘X-RateLimit-Remaining: 0’,
‘Retry-After: 2022-05-31T00:00:00’,
‘Authorization: Bearer token’,
‘Content-Type: application/json’,
‘Cookie: _zm_csp_script_nonce=Mvz-UAtkTiCiYBw-Dgl4_g; _zm_currency=USD; _zm_mtk_guid=1ad816d933454579b3c8644ae61b05d4; _zm_ssid=aw1_c_vyl2TOUYSbOBJfMeu-qG2A; cred=15CD0E9C3ADCE65DB9573554BD3465CC’
)
/ Body : {
“topic”: “a1rtggg21”,
“type”: “2”,
“start_time”: “2020-07-22T20:30:00”,
“duration”: “60”,
“timezone”:“Africa/Cairo”,
“password” : “”
} - See error :{
“code”: 429,
“message”: “You have exceeded the daily rate limit (100) of Meeting Create/Update API requests permitted for this particular user. You may resume these requests at GMT 00:00:00.”
}