Returns the supplier and associated contact details
Returns the supplier and associated contact details.
{"id":"48b4d2e9-cd8b-4ac2-a5ee-4217bf2622c2","name":"John Doe's company","endpoint":"http://example.com","contact":{"website":null,"email":"[email protected]","telephone":null,"address":null}}
GET /octo/supplier HTTP/1.1 Host: api.example.com Accept: */*
OK
{ "id": "48b4d2e9-cd8b-4ac2-a5ee-4217bf2622c2", "name": "John Doe's company", "endpoint": "http://example.com", "contact": { "website": null, "email": "[email protected]", "telephone": null, "address": null } }
Last updated 1 year ago
Was this helpful?