GET
method, and it requires the dispatch address ID to be passed in the URL.ApiKey: ********************
curl --location --request GET 'https://app.hisabkitab.co/third-party/dispatch-addresses/1' \
--header 'ApiKey;'
{
"data": {
"id": 205066,
"address_1": "C-330, Atlanta Shopping Mall",
"address_2": "Nr. Sudama Chowk, Mota Varachha",
"country_id": 4,
"state_id": 2,
"city_id": 6,
"pin_code": "394101",
"model_id": 6,
"model_type": "App\\Models\\Company",
"address_type": 2,
"created_at": "2025-02-13T06:25:45.000000Z",
"updated_at": "2025-02-13T06:25:45.000000Z"
},
"success": true,
"message": "Dispatch Address Retrieved Successfully."
}