curl --request GET \
--url https://staging.cutmake.ai/api/v1/suppliers{
"data": [
{
"id": "<string>",
"name": "<string>",
"approvedVendor": true,
"documentId": "<string>",
"country": "<string>",
"contactPerson": "<string>",
"email": "<string>",
"phoneNumber": "<string>",
"address": "<string>",
"specialization": "<string>",
"notes": "<string>",
"createdAt": "<string>"
}
],
"pagination": {
"page": 123,
"limit": 123,
"total": 123,
"totalPages": 123,
"hasNext": true,
"hasPrev": true
}
}List suppliers with pagination.
curl --request GET \
--url https://staging.cutmake.ai/api/v1/suppliers{
"data": [
{
"id": "<string>",
"name": "<string>",
"approvedVendor": true,
"documentId": "<string>",
"country": "<string>",
"contactPerson": "<string>",
"email": "<string>",
"phoneNumber": "<string>",
"address": "<string>",
"specialization": "<string>",
"notes": "<string>",
"createdAt": "<string>"
}
],
"pagination": {
"page": 123,
"limit": 123,
"total": 123,
"totalPages": 123,
"hasNext": true,
"hasPrev": true
}
}x >= 11 <= x <= 100