Returns the supplier and associated contact details
Last updated 1 year ago
Was this helpful?
Returns the supplier and associated contact details.
/supplier
curl -L \ --url 'https://api.example.com/octo/supplier'
{ "id": "48b4d2e9-cd8b-4ac2-a5ee-4217bf2622c2", "name": "John Doe's company", "endpoint": "http://example.com", "contact": { "website": null, "email": "john.doe@email.com", "telephone": null, "address": null } }