API Endpoint
Last updated
Last updated
An API endpoint allows exposing an HTTP API that can be called to trigger functionality and retrieve data. The endpoint is scalable and highly available.
Expose a public API for mobile or web apps
Enable API calls between services and layers of architecture
Trigger serverless functions like AWS Lambda
API type: REST, SOAP, JSON-RPC, GraphQL, WebSocket etc.
Authentication: API Keys, IAM roles/policies, authorizers.
TLS certificate: Encrypt API traffic with SSL/TLS. Default none.
Scaling: Increase endpoint capacity to meet traffic demands.
API call: Invoke the API over HTTP.
Parameters: Data passed to the endpoint by the caller.
Response: Data returned by the API endpoint.
Metrics: Monitor API call counts, latency, errors.