Skip to content

Category

APIs and Webhooks

APIs and webhooks are how services exchange requests and event notifications over HTTP, including status codes, payloads, signatures, and retries.

Why this category matters

Most modern products expose or consume HTTP interfaces. Understanding endpoints, signatures, and idempotency keeps monitoring and alerting reliable.

Recommended learning order

  1. APIAPI is an interface that lets software request work from other software over a defined contract.
  2. API endpointAPI endpoint is a specific URL and method that performs one API operation.
  3. HTTP status codeHTTP status code is a three-digit code describing the result of an HTTP request.
  4. WebhookWebhook is an HTTP callback that delivers an event to a URL you provide.
  5. Webhook signatureWebhook signature is a cryptographic proof that a webhook came from the expected sender.

Foundational terms

Advanced terms

All terms in APIs and Webhooks