Suppliers
Access details of the supplier(s) for a given API key.
Note that in Ventrata's implementation of OCTO, the API key provides access to a single supplier (see Authentication). This means that both Get Suppliers and Get Supplier will only return details for a single supplier your API key is for.
get
https://api.ventrata.com/octo
/suppliers
Get Suppliers
Returns a list of suppliers and associated contact details based on the suppliers your API Key has access. This will be a single supplier per API key in Ventrata's implementation.
Parameters
No parameters
Responses
200: OK
OK
get
https://api.ventrata.com/octo/suppliers
/{id}
Get Supplier
Returns the supplier and associated details.
Parameters
Path
id*
string
In Ventrata's impelentation, use your API key or 0.
Responses
200: OK
OK
Last modified 3mo ago