Skip to main content

Fetch Pickup Location:

Usage: Use this API to Fetch Pickup Location.

Basic Information

NAMEDETAILS
Usage:Mandatory
URL:https://api.rapidshyp.com/rapidshyp/apis/v1/fetch_pickup_location
Request Type:POST
Scheme:HTTPS
Header (content-type):application/json
Header (rapidshyp-token):API-Key

Curl:

curl --location 'https://api.rapidshyp.com/rapidshyp/apis/v1/fetch_pickup_location' \ 
--header 'rapidshyp-token:' \
--header 'Content-Type: application/json'

Response:

JSON
{
"pickup_name": "",
"contact_name": "",
"contact_number": "",
"contact_email": "",
"pickup_address_1": "adcd",
"pickup_address_2": "",
"city": "NEW DELHI",
"state": "DELHI",
"pin_code": "110001",
"country": "INDIA",
"state_name": "DELHI",
"status": "enabled",
"is_rto_address_same": true
}