cURL
curl --request GET \ --url https://app.variable.global/api/v1/supplier/:uuid \ --header 'Authorization: Bearer <token>'
{ "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "syncId": "sync123", "name": "Supplier Name", "connected": true, "image": "https://app.variable.global/uploads/image.jpg" }
Get a supplier by UUID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A supplier
The response is of type object.
object