Not sure I understand the issue. If you're regularly using the API then you're monitoring it. You don't need to make extra requests to also monitor it. You should build your application to alert you if requests to the API start failing, maybe even build in a graceful retry system and a message to your customers that you're experiencing issues outside of your control and your services will be back shortly.
Add a queue (you already have one right?) so that any messages sent through your api will still get out and you've provided as good of customer service as you're going to get when relying on a 3rd-party API.
I imagine Twitter also wouldn't want all of the sites using it's API to have a message saying "Twitter API is Down", that would be unfortunate for them. I think that also explains the wording of that term.
If I understand Pingdom correctly, they just want to monitor the Twitter API for all their customers that use the API. Pingdom doesn't send tweets for their customers, they just want to notice them when Twitter is lagging.
Comments
Not sure I understand the issue. If you're regularly using the API then you're monitoring it. You don't need to make extra requests to also monitor it. You should build your application to alert you if requests to the API start failing, maybe even build in a graceful retry system and a message to your customers that you're experiencing issues outside of your control and your services will be back shortly.
Add a queue (you already have one right?) so that any messages sent through your api will still get out and you've provided as good of customer service as you're going to get when relying on a 3rd-party API.
I imagine Twitter also wouldn't want all of the sites using it's API to have a message saying "Twitter API is Down", that would be unfortunate for them. I think that also explains the wording of that term.
If I understand Pingdom correctly, they just want to monitor the Twitter API for all their customers that use the API. Pingdom doesn't send tweets for their customers, they just want to notice them when Twitter is lagging.