Request Limitation

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:

  1. 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” : “”
    }
  2. 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.”
    }

Hi @hasnaaEldolaay

Thank you for reaching out to Developer Support, happy to help here!
I am sorry for the inconvenience. I would like to know if this error happened more than one time or this was just an isolated occurrence

Thanks
Elisa

1 Like

Hi @elisa.zoom

Thanks for your interest , this error still occur with me when i call create meeting API or update meeting from more than one account give me this error after one call “429 Too Many Requests” on postman or in code .

Thanks
Hasnaa

Hi @elisa.zoom

Thanks for your interest , this error still occur with me when i call create meeting API or update meeting from more than one account give me this error after one call “429 Too Many Requests” on postman or in code .

Thanks
Hasnaa

Hi @hasnaaEldolaay

I am sorry to hear that you are facing this issue.

I am curious to know if you are performing other actions on your account under different endpoints as well? Keep in mind that your API rate limit/quota is shared across endpoints—so if you’re calling other Medium category endpoints in addition to Update User Settings, etc., these will all count towards your rate limits.

Let me know if this might be the case—thanks,
Elisa

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.