ApiKey: ********************
curl --location --request GET 'https://app.hisabkitab.co/third-party/broker-masters?limit=25&skip=10' \
--header 'ApiKey;'
{
"data": [
{
"id": 1,
"broker_name": "Anjani Broking",
"gstin": "24ABCPM4732A1ZA",
"pan": "ABPCM4732A",
"brokerage_for_sale": 5,
"brokerage_for_sale_type": 1,
"brokerage_for_purchase": 3,
"brokerage_for_purchase_type": 1
},
{
"id": 2,
"broker_name": "Swaroop Agency",
"gstin": null,
"pan": null,
"brokerage_for_sale": 8,
"brokerage_for_sale_type": 2,
"brokerage_for_purchase": 5,
"brokerage_for_purchase_type": 2
}
],
"success": true,
"message": "Broker Details List retrieved successfully."
}