cURL
curl --request GET \ --url https://api.responsibly.tech/v1/suppliers \ --header 'x-api-key: <api-key>'
{ "items": [ { "id": "12h43XyZhc4rak2670e37xv[...]", "name": "Embudo Valley Organics", "countryIso3Code": "USA", "categories": [ "Organic", "Fair Trade" ], "customFields": [ { "fieldLabel": "Certification Type", "fieldValue": "ISO 14001" } ], "averageScore": 0.58, "publicSupplierProfileUrl": "https://app.responsibly.tech/supplier-portal/12h43<...>/suppliers/12h43Xy<...>" } ], "pagination": { "pageSize": 100, "nextPage": 2 } }
x >= 1
1 <= x <= 100
Optional category to filter by
1
Custom field label to filter by
Custom field value to filter by
Returns a list of suppliers.
Show child attributes
Was this page helpful?