curl --request GET \
--url 'https://api.stateset.com/api/v1/suppliers' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"suppliers": [
{
"contact_name": null,
"country": null,
"created_at": "string",
"currency": "string",
"email": null,
"id": "string",
"is_active": true,
"lead_time_days": null,
"minimum_order": null,
"name": "string",
"payment_terms": "string",
"phone": null,
"supplier_code": "string"
}
],
"total": 1
}
List suppliers
List suppliers
GET
/
api
/
v1
/
suppliers
curl --request GET \
--url 'https://api.stateset.com/api/v1/suppliers' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"suppliers": [
{
"contact_name": null,
"country": null,
"created_at": "string",
"currency": "string",
"email": null,
"id": "string",
"is_active": true,
"lead_time_days": null,
"minimum_order": null,
"name": "string",
"payment_terms": "string",
"phone": null,
"supplier_code": "string"
}
],
"total": 1
}
Query parameters
string
string
boolean
integer (int32)
integer (int32)
Responses
SupplierListResponse
curl --request GET \
--url 'https://api.stateset.com/api/v1/suppliers' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"suppliers": [
{
"contact_name": null,
"country": null,
"created_at": "string",
"currency": "string",
"email": null,
"id": "string",
"is_active": true,
"lead_time_days": null,
"minimum_order": null,
"name": "string",
"payment_terms": "string",
"phone": null,
"supplier_code": "string"
}
],
"total": 1
}
⌘I