Skip to main content

5 docs tagged with "api"

View all tags

API Design and Versioning

Engineering guide for structuring URLs, handling pagination, and versioning all HTTP endpoints across every team.

CORS Standards

Engineering guide for configuring Cross-Origin Resource Sharing safely — explicit origin whitelisting, credential policy, and header configuration across all APIs.

Error Handling Standards

Engineering guide for returning a unified JSON error payload to clients and preventing internal details from leaking through API responses.

Identifier (ID) Strategy

Engineering guide for choosing between UUID v7 and auto-incrementing integer IDs in databases and APIs.