GET /v1/external/countries/show/{country_id}
Use this API to get a further list of all the available zones within a country, along with their ids and details.
The country ID must be passed as a path parameter to access this API. No other body parameters are required.
Path:
EXAMPLE |
---|
https://apiv2.shiprocket.in/v1/external/countries/show/4 |
Servers
- https://apiv2.shiprocket.in
Path parameters
Name | Type | Required | Description |
---|---|---|---|
country_id |
String | Yes |
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.