cURL
curl --request GET \ --url https://app.variable.global/api/v1/supplier \ --header 'Authorization: Bearer <token>'
{ "count": 1500, "page": 1, "pageSize": 100, "data": [ { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "Supplier Name", "syncId": "sync123", "connected": true, "image": "https://app.variable.global/uploads/image.jpg" } ] }
Get a list of suppliers
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of suppliers
1500
1
100
Show child attributes