{
"success": true,
"message": "",
"data": [
{
"id": "",
"user_id": "",
"business_id": "",
"app_id": "",
"name": "",
"phone": null,
"thumbnail": null,
"app_created_at": "",
"raw": "",
"deleted_at": null,
"created_at": "",
"updated_at": "",
"app_updated_at": "",
"address": null,
"email": null,
"instagram": null,
"facebook": null,
"tiktok": null,
"created_by": "",
"business": {
"id": "",
"business_id": "",
"user_id": "",
"business_type_id": "",
"name": "",
"code": null,
"country": "",
"state": "",
"address": null,
"currency": "",
"logo": "",
"is_verified": true,
"is_active": true,
"created_at": "",
"updated_at": ""
},
"user": {
"id": "",
"user_id": "",
"business_id": "",
"first_name": "",
"last_name": "",
"phone": "",
"email": "",
"gender": "",
"avatar": null,
"dial_code": "",
"role": "",
"timezone": "",
"is_subscribed": true,
"email_verified": true,
"created_at": "",
"updated_at": "",
"fullName": ""
}
}
]
}
curl --location --request GET '/desktop/suppliers/search?searchQuery=Mikkyrichy&filterTypes=date_latest' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Suppliers found Successfully!",
"data": {
"meta": {
"total": 1,
"per_page": 50,
"current_page": 1,
"last_page": 1,
"first_page": 1,
"first_page_url": "/?page=1",
"last_page_url": "/?page=1",
"next_page_url": null,
"previous_page_url": null
},
"data": [
{
"id": "870",
"name": "Mikkyrichy",
"phone": "09028107327",
"address": null,
"thumbnail": null,
"email": null,
"instagram": null,
"facebook": null,
"app_created_at": "2024-04-01T19:11:50.000Z",
"no_of_purchases": "9",
"total_amount_spent": "2156000.000000000000",
"amount_spent": "$ 2,156,000.00"
}
]
}
}