Appearance
Carriers API
Manage airline carriers used in flight segments.
Endpoints
| Method | Endpoint |
|---|---|
| GET | /api/v1/carriers |
| GET | /api/v1/carriers/{id} |
| POST | /api/v1/carriers |
| PUT | /api/v1/carriers/{id} |
| DELETE | /api/v1/carriers/{id} |
Fields
| Field | Type | Required | Description |
|---|---|---|---|
| code | string | ✅ Yes | IATA airline code |
| name | string | ✅ Yes | Carrier name |
| type | string | No | AIRLINE |