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:
PARAMS | REQUIRED | DATA TYPE | DESCRIPTION | EXAMPLE |
---|---|---|---|---|
page | NO | integer | The page number to display. | 5 |
per_page | NO | integer | The number of entries per page. | 5 |
to | NO | string | The end date. | 2021-08-02 |
from | NO | string | The start date. | 2021-08-02 |
search | NO | string | Search for AWB. | 224477 |
Servers
- https://apiv2.shiprocket.in
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.