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_id
Unique numeric ID of an organization.
Response
Success
id
Unique ID of this contact.
organisation
type
name
First and last name of the contact.
title
Honorific or professional title of the contact, for example Dr or Ing.
department
Department the contact belongs to.
street
Street name and number of the contact's address.
zipcode
Postal or ZIP code of the contact's address.
city
City of the contact's address.
country
email
Email address of the contact.
phone
Phone number of the contact.
mobile
Mobile phone number of the contact.
state
State or province of the contact's address.
secondary_address
Secondary address line of the contact (for example, apartment, building number, etc.).
purchase_order_number
Purchase order number displayed on the monthly invoices.