Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for a Health Check Endpoint in Lob API #281

Open
vinitshahdeo opened this issue Sep 5, 2023 · 0 comments
Open

Request for a Health Check Endpoint in Lob API #281

vinitshahdeo opened this issue Sep 5, 2023 · 0 comments

Comments

@vinitshahdeo
Copy link

Issue Description:

Is there a way to monitor the status of the Lob API and check its operational health? It would be beneficial to have a dedicated endpoint for health checks to ensure the Lob API's reliability and availability.

Workaround Question:

I noticed there is a workaround for checking the status by listing addresses, as shown below:

Lob.addresses.list((err, body) => {
  if (err) return callback(err);
  return callback(null, body.data);
});

Could you please clarify whether using the "list" API for health checks counts towards the API usage and contributes to pricing? I couldn't find any information about the address listing in the pricing details provided here: Lob Pricing.

Thank you in advance for your assistance in clarifying these points.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant