Suppliers
Retrieve a Supplier
OAuth Scope
This endpoint requires the following OAuth scope read_suppliers.
get/supplier/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Supplier
Response
Supplier record retrieved successfully
Example response
{
"uuid": "123e4567-795b-4d35-b3f2-23f94676197b",
"edit_date": "2026-03-01 12:00:00"
}