Postman's annual user conference

April 30 - May 1, 2024 · San Francisco, CA

X

API monitoring

Learn what API monitoring is and how it helps teams surface API-related issues—such as errors, latency, and security vulnerabilities—before they escalate.

Postman Reduce Friction. Illustration.

What is API monitoring?

API monitoring is the process of gathering, visualizing, and alerting on API telemetry data to ensure that API requests are handled as expected.

APIs are crucial infrastructure components of modern applications; they connect internal microservices, power essential user journeys, and expose data and functionality to third-party consumers. API monitoring therefore plays an important role in helping teams surface API-related issues—such as errors, latency, and security vulnerabilities—before they escalate and negatively impact dependent services, partners, and customers. Whereas API testing is intended to support rapid iteration in the development stage, the primary goal of API monitoring is to reduce the mean time to resolution (MTTR) for consumer-facing problems in production.

Here, we'll discuss the role that API monitoring plays in an API-first world, the most common use cases for API monitoring, key API performance metrics to watch, and how Postman can help you implement a comprehensive API monitoring strategy.

a company thats API-first. Illustration.

Why is API monitoring crucial in an API-first world?

In recent years, many organizations have broken down their monolithic applications into independently-managed microservices, which typically run on cloud-based infrastructure and communicate with one another through internal APIs. Microservice-based applications tend to be more scalable and cost-efficient than their monolithic counterparts, but their dependency relationships also introduce a significant amount of complexity. For instance, a seemingly small change to one microservice's API can have unexpected consequences on the microservices it supports.

In addition to using APIs to connect internal microservices, some organizations have started to offer their APIs as billable products to third-party consumers. In this model, which is known as “API-as-a-Product,” API producers are responsible for upholding Service Level Agreements (SLAs) for availability, performance, and security, and an issue can erode customer confidence and lead to churn.

These industry-wide shifts have occurred alongside the rise in popularity of the API-first development model, in which teams develop APIs before developing the applications and integrations that depend on them. This strategy emerged in response to concerns about poorly designed and executed APIs, which are often not able to meet the demands of the services they support. API monitoring offers a systematized approach to maintaining API quality, making it a critical pillar of the API-first approach. The resulting APIs are resilient, easy to use, and well-equipped to handle the inherent challenges of microservice-based architectures and the API-as-a-Product model.


Postmanaut Checklist. Illustration.

What are the primary use cases for API monitoring?

Every organization is different and will need to implement an API monitoring strategy that meets its specific needs. Nevertheless, there are several use cases for API monitoring that are broadly relevant to any team:

Confirming that individual requests remain healthy over time

The primary use case for API monitoring is to confirm that requests to an API continue to perform as expected over time. This is particularly important for agile development teams, which may deploy code changes several times a day. API monitoring can help these teams surface errors and performance degradations as soon as they occur, so they can deploy a fix before the issue impacts their consumers and customers.

Validating multi-step user journeys

Some of the most business-critical workflows chain requests together, and they sometimes involve multiple APIs. An effective API monitoring strategy therefore enables teams to systematically trigger these complex workflows and monitor the results at every step of the way.

Staying aware of issues in third-party APIs

If a team is unable to identify the source of an issue, a third-party API may be to blame. These teams can configure monitors for the third-party endpoints that they consume, which will keep them from troubleshooting problems that are out of their control.

Surfacing security vulnerabilities

An insecure API can provide an entry point for attackers, so it's important for teams to continuously monitor their APIs for vulnerabilities. This process involves configuring and running security checks in development, CI/CD pipelines, and production.


Postman Reports. Illustration.

What are the key metrics for monitoring APIs?

APIs emit a range of signals that can provide important insight into their health and performance. It's important, however, to choose a monitoring tool that not only offers a high-level overview of this performance data, but also enables you to filter by key facets—such as request name, region, and environment—to understand an issue's scope. The most important metrics to monitor are:

  • Errors: There are many types of API errors and reasons they might occur, but a sudden spike in the number or percentage of errors indicates that the API is not broadly available to its users.
  • Latency: This metric refers to the amount of time it takes for a request to return a response, and it is the primary indicator of an API's performance. Teams should monitor the latency of individual requests, as well as the total latency for all requests in a workflow. If you notice elevated latency for a particular request that often returns the same response, it might help to implement caching or optimize the database query. If the total latency of a workflow has increased—but there are no outlier requests—you might need to re-provision your servers or database instances.
  • Test results: API tests are first written and incorporated during the development phase of the API lifecycle, but they are often executed within production-level monitoring runs, as well. Tests validate API behavior and transactions, and an increase in the number of failed test results could indicate that a recent deployment is not backwards compatible.

What are some API monitoring best practices?

An API monitoring strategy will be most successful if it is customized to meet the unique needs of the business it supports. Nevertheless, the following best practices will promote consistently available, highly performant APIs at any organization:

  • Monitor the supporting infrastructure: While it's crucial to monitor the health and availability of your API endpoints, some API-related issues originate elsewhere in the tech stack. For instance, an under-provisioned database or network outage could cause an unexpected spike in API latency or errors. You should therefore extend your coverage beyond the API's immediate perimeter to ensure consumer-facing issues can be resolved quickly.
  • Look for historical trends in monitoring data: In addition to helping teams identify issues that require immediate attention, API monitoring data can also reveal long-term trends that can help leaders make data-driven decisions.
  • Send automated alerts to communication tools: Your API monitoring strategy won't be effective if your team has to manually check the status of your monitors. Teams should therefore leverage alerting capabilities and integrations with communication tools to ensure their teams get automatically notified of concerning activity.
  • Revisit and revise your monitoring strategy: Business needs are constantly changing, as is the technology that supports them. It's therefore important to review your monitoring strategy on a regular basis to ensure it remains effective and up-to-date.

Postman monitor dashboard. Illustration.

Why use Postman for API monitoring?

When implementing an API monitoring strategy, it's important to choose a tool that is intuitive, comprehensive, and easy to integrate into your team's existing workflows. With the Postman API Platform, you can:

  • Create collection-based monitors: Postman enables you to monitor the health and performance of individual requests and entire workflows with collection-based monitors. These monitors can be run manually, on a schedule, and in various regions, and they also support custom retry logic.
  • Forward API performance data to other observability tools: Postman integrates with several third-party observability tools, such as Datadog and New Relic, which allows you to correlate data from your Postman Monitors with other telemetry data from across your environment. These integrations also enable you to easily incorporate API monitoring data into your on-call and incident response workflows.
  • Get notified about run failures and errors: Postman Monitors can be configured to automatically email you if a request fails, so you don't have to worry about missing an issue that is surfaced by a scheduled run.
  • Visualize performance data on a filterable dashboard: Postman displays the results of every monitor run on a built-in dashboard, so you can spot performance trends at a glance. The dashboard can be scoped to individual requests, run types, results, and regions, so you can troubleshoot more efficiently.
  • Run automated security checks: Postman API Security enables you to run security checks for common vulnerabilities in your API definitions and requests. These checks are customizable, and they can be easily integrated into the CI/CD pipeline.

Get started with Postman

Postmanauts dancing around A P I icons. Illustration.
POST/CON 2024 Banner

Postman's annual user conference

Gain new skills through hands-on workshops, hear from industry leaders, and join conversations about innovation, APIs, and the future of software.