Get a counterpart's contact
Path parameters
contact_id
ID of the contact to return.
counterpart_id
ID of a counterpart whose contact you want to get. Only organization-type counterparts can have contacts.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.
Response
Successful Response
id
A unique ID assigned to this counterpart contact.
address
The address of a contact person.
counterpart_id
ID of the counterpart to which this contact belongs.
first_name
The first name of a contact person.
is_default
Indicates whether this contact is the default one. The default contact is used to fill in the counterpart’s contact details when you create invoices and quotes for this counterpart.
To select another contact as the default one, use POST /counterparts/{counterpart_id}/contacts/{contact_id}/make_default
.
last_name
The last name of a contact person.
email
The email address of a contact person.
phone
The phone number of a contact person
title
The title or honorific of a contact person. Examples: Mr., Ms., Dr., Prof.