Skip to main content

How Can I Manage Usage Quotas and API Limits?

Updated over a month ago

To keep your BrandMentions API integration stable and within limits, follow these best practices:

  1. Check your remaining credits
    Call GetRemainingCredits regularly and log the results so you always know how many credits you have left.

  2. Cache repeated responses
    If you often make the same request, store the response in your own cache and reuse it instead of calling the API again.
    ​

  3. Use callbacks instead of polling
    For long running jobs (for example PostSearch), use the callback parameter so the API notifies you when processing is done, instead of repeatedly calling GetMentions.
    ​

  4. Upgrade your plan when you outgrow it
    If you routinely hit limits even with good practices in place, talk to the BrandMentions team about moving to a higher plan.

By applying these patterns, you reduce wasted calls, stay within your quotas, and avoid unexpected service interruptions.

Did this answer your question?