This api allows you to fetch deliveries created by your api key. This route is paginated and defaults to 10 per page startiong from 0. It also allows a from and to date filter
Authorizations
Query parameters
app_keystringRequired
pagenumbernumberOptional
This is the page number for the deliveries returned. It starts and defaults to 0
Default: 0
limitsnumber · min: 1Optional
This is the number of deliveries to return. It defaults to 10
Default: 10
from_datenumberOptional
This is used to add the start date when fetching the delivery data. The from_date value should be the date and time in milliseconds.
Default: 0
to_datenumberOptional
This is used to add the end date when fetching the delivery data. The to_date value should be the date and time in milliseconds.
Default: 0
statusstring · enumOptional
This is used to filter the deliveries returned by status. By default all deliveries are returned
Possible values:
Responses
Responseall of
get
GET /delivery/get-deliveries HTTP/1.1
Host: test.swooveapi.com
Accept: */*