Supplier
Returns the supplier and associated contact details
Get Supplier
Returns the supplier and associated contact details.
Responses
200
OK
application/json
get
GET /octo/supplier HTTP/1.1
Host: api.example.com
Accept: */*
200
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
Was this helpful?