GET
request to retrieve a list of all transport masters along with their details.ApiKey: ********************
curl --location --request GET 'https://app.hisabkitab.co/third-party/transport-masters?limit=25&skip=10' \
--header 'ApiKey;'
{
"data": [
{
"id": 1,
"name": "Jahhar Travels",
"gstin": "24ABCPM4732A1ZA"
},
{
"id": 2,
"name": "Joan",
"gstin": null
}
],
"success": true,
"message": "Transport Master retrieved successfully."
}