https://amadeus.com/schedule/flights2 to 3-character IATA carrier code ([IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx)).
1 to 4-digit number of the flight. e.g. 4537
scheduled departure date of the flight, local to the departure airport, format YYYY-MM-DD.
1-letter operational suffix assigned by the carrier to differentiate flight in case of delay changing the departure date e.g. A
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://amadeus.com/schedule/flights' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}https://amadeus.com/schedule/flights2 to 3-character IATA carrier code ([IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx)).
1 to 4-digit number of the flight. e.g. 4537
scheduled departure date of the flight, local to the departure airport, format YYYY-MM-DD.
1-letter operational suffix assigned by the carrier to differentiate flight in case of delay changing the departure date e.g. A
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://amadeus.com/schedule/flights' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}