Skip to main content
GET
/
api
/
public
/
buyer
/
v1
/
suppliers
Lists all suppliers visible to the buyer
curl --request GET \
  --url https://app.chemcloud.com.au/api/public/buyer/v1/suppliers \
  --header 'X-API-KEY: <api-key>'
[
  {
    "id": "99999a99-b888-777c-666d-55555555555e",
    "name": "Supplier Co",
    "pricing_type": "delivered",
    "resource_values": [
      {
        "provider": "cin7_core",
        "value": "99999a99-b888-777c-666d-55555555555e"
      }
    ],
    "created_at": "2025-12-31T23:13:11.862Z",
    "updated_at": "2025-12-31T23:13:11.862Z"
  }
]

Authorizations

X-API-KEY
string
header
required

Response

200 - application/json

Suppliers retrieved

id
string<uuid>
Example:

"99999a99-b888-777c-666d-55555555555e"

name
string
Example:

"Supplier Co"

pricing_type
string
Example:

"delivered"

resource_values
object[]
created_at
string<date-time>
Example:

"2025-12-31T23:13:11.862Z"

updated_at
string<date-time>
Example:

"2025-12-31T23:13:11.862Z"