Warning

🚧 Work in Progress: This page is currently under construction. Content may be incomplete or subject to change. To contribute, see the contribution guide.

Internal API Catalog

Registry of all internal APIs maintained by the Technology department.


APIs in production

APIVersionOwnerBase URLDocumentation
(fill in)v1(fill in)(fill in)(Swagger/OpenAPI link)

API registration template

When creating a new API, add an entry to this table and create documentation following the standard below:

## API Name
 
- **Version:** v1
- **Base URL:** https://...
- **Owner:** Squad X
- **Authentication:** Bearer token (Entra ID)
- **SLA:** 99.5% uptime, < 500ms p95
 
### Main endpoints
 
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/resource | List resources |
| POST | /v1/resource | Create resource |