curl --request GET \
--url 'https://api.stateset.com/api/v1/suppliers/{id}' \
--header "Authorization: Bearer $STATESET_API_KEY"
{
"contact_name": "Ada Lovelace",
"country": "US",
"created_at": "2026-08-31T14:22:05Z",
"currency": "USD",
"email": "ada.lovelace@example.com",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"is_active": true,
"lead_time_days": 1,
"minimum_order": "string",
"name": "Two-Person Tent",
"payment_terms": "string",
"phone": "+1 415 555 0142",
"supplier_code": "string"
}
Get a supplier
Get a supplier
GET
/
api
/
v1
/
suppliers
/
{id}
curl --request GET \
--url 'https://api.stateset.com/api/v1/suppliers/{id}' \
--header "Authorization: Bearer $STATESET_API_KEY"
{
"contact_name": "Ada Lovelace",
"country": "US",
"created_at": "2026-08-31T14:22:05Z",
"currency": "USD",
"email": "ada.lovelace@example.com",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"is_active": true,
"lead_time_days": 1,
"minimum_order": "string",
"name": "Two-Person Tent",
"payment_terms": "string",
"phone": "+1 415 555 0142",
"supplier_code": "string"
}
Path parameters
string
required
Supplier ID
Response
SupplierResponse
string,null
string,null
string
required
string
required
string,null
string
required
boolean
required
integer,null (int32)
string,null
string
required
string
required
string,null
string
required
Status codes
| Code | Meaning |
|---|---|
200 | — |
404 | — |
curl --request GET \
--url 'https://api.stateset.com/api/v1/suppliers/{id}' \
--header "Authorization: Bearer $STATESET_API_KEY"
{
"contact_name": "Ada Lovelace",
"country": "US",
"created_at": "2026-08-31T14:22:05Z",
"currency": "USD",
"email": "ada.lovelace@example.com",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"is_active": true,
"lead_time_days": 1,
"minimum_order": "string",
"name": "Two-Person Tent",
"payment_terms": "string",
"phone": "+1 415 555 0142",
"supplier_code": "string"
}
Last modified on August 31, 2026