List organization contacts

Returns all contacts stored for an organization. Each contact has a type that defines its role: - Commercial - Technical - Finance - Shipping address - Company address - Invoice address <Tip> Use the contact type to review who receives commercial, technical, and billing communication for the organization. </Tip>

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Path parameters

org_iddoubleRequired
Unique numeric ID of an organization.

Response

Success
idinteger
Unique ID of this contact.
organisationobject
typeobject
namestring
First and last name of the contact.
titlestring

Honorific or professional title of the contact, for example Dr or Ing.

departmentstring
Department the contact belongs to.
streetstring
Street name and number of the contact's address.
zipcodestring
Postal or ZIP code of the contact's address.
citystring
City of the contact's address.
countryobject
emailstring
Email address of the contact.
phonestring
Phone number of the contact.
mobilestring
Mobile phone number of the contact.
statestring
State or province of the contact's address.
secondary_addressstring

Secondary address line of the contact (for example, apartment, building number, etc.).

purchase_order_numberstring
Purchase order number displayed on the monthly invoices.