v1

latestOpenAPI 3.0.12026-08-0688138402.2 KB
Account

Retrieve account infomation

Returns infomation on the currenctly logged in account.

get/account/

Response

Successful.

namestring

Account name.

attentionstring

Associated attention of the account.

address_1string

Account address 1.

address_2string

Account address 2.

zip_codestring

Account zip code.

citystring

Account city.

country_codestring

Account country code.

phonestring

Account phone number.

emailstring

Account email.

vat_nostring

Account vat number.

billing_emailstring

Account billing email.

home_pagestring

Account home page.

updated_atstring date-time

Date and time of retrieval of account information.

Example response

{
  "name": "Shipmondo",
  "attention": "John Doe",
  "address_1": "Hvilehøjvej 25",
  "address_2": "Hvilehøjvej 25",
  "zip_code": "5220",
  "city": "Odense SØ",
  "country_code": "DK",
  "phone": "70400407",
  "email": "contact@shipmondo.com",
  "vat_no": "DK36399066",
  "billing_email": "contact@shipmondo.com",
  "home_page": "shipmondo.com",
  "updated_at": "2017-06-18T22:00:00.000Z"
}
All 88 operations