DATE:
AUTHOR:
The Duffel team
API

You can now filter orders by their creation time

DATE:
AUTHOR: The Duffel team

We've added the ability to filter orders by their creation time when listing them in the API.

For example, you'd use the following request to find all orders created between two datetimes.

GET /air/orders?created_at[after]=2021-01-01T00:00:00&created_at[before]=2022-01-01T00:00:00

You can find more details in our API reference.

Powered by LaunchNotes