GET /v1/external/ndr/all

This API call will display a list of all the shipments that are in NDR in your Shiprocket account.

You can also sort and filter the data according to your needs by passing the optional parameters. Not passing anything will display the data in the default format.

Parameters:

PARAMSREQUIREDDATA TYPEDESCRIPTIONEXAMPLE
pageNOintegerThe page number to display.5
per_pageNOintegerThe number of entries per page.5
toNOstringThe end date.2021-08-02
fromNOstringThe start date.2021-08-02
searchNOstringSearch for AWB.224477

Servers

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.