Company
Get Company
Endpoint to retrieve one's own Company info.
get/business/v2/company
Response
The returned resource is one's own Company.
Example response
{
"name": "Example Inc.",
"company_account_id": "XMPL1234",
"shipping_address": {
"id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
"recipient": "JohnSmith",
"name": "Foo Street 75",
"line1": "Bar Street 64",
"line2": "Other street 31",
"country": "GB",
"county": "LD",
"city": "London",
"post_code": "00000",
"delivery_phone_number": "+441234567890",
"type": "SHIPPING",
"creation_time": "2017-06-01T12:48:40Z",
"last_update": "2017-06-01T12:48:40Z"
},
"time_zone": "Europe/London",
"creation_time": "2017-06-01T12:48:40Z",
"last_update": "2017-06-01T12:48:40Z"
}