v1
latestOpenAPI 3.1.02026-08-045901.5 MBList Contact
get/contact
Query parameters
pageinteger
Specifies the page number to retrieve in a paginated list of results.
per_pageinteger
Defines the number of records to be returned per page in a paginated response.
search_termstring
A keyword or phrase used to filter or search records based on matching fields such as names, IDs, email addresses, or other attributes.
Headers
api-tokenstring
Generate token from authentication api
x-api-keystring
This will shared while register
Response
200
Example response
{
"status": "success",
"meta": {
"total": 1991,
"pages": 200,
"perpage": 10,
"page": 1
},
"data": [
{
"id": 3557,
"product_name": "saas",
"hsn_sac": "9883",
"gst_rate_apply": "5%",
"category": "Others",
"service_type": 1,
"units": "UNT-UNITS",
"added_by": 1344166762,
"added_on": "2026-06-08 12:35:47.599265",
"mode": 1,
"inventory_setup_status": "Fully",
"cess_type": "flat_value",
"status": 1,
"product_variants": [
{
"id": 1,
"name": "saas",
"price": "1000",
"price_type": 1,
"taxable": 1000,
"rate": 1000,
"tax": 50,
"status": 1,
"currency": "INR",
"sku_id": "39026"
}
],
"extra_field": {
"track_inventory": "Yes",
"inventory_valuation_method": "WAC"
}
}
]
}