Contacts

Operations related to contacts

Get all Contacts

get

Returns a list of contacts with pagination support.

Autorizaciones
x-api-keystringRequerido
Parámetros de consulta
pagenumberOpcional

Page number to retrieve.

limitnumberOpcional

Number of items per page.

emailstringOpcional

Contact email to filter contacts by (partial match).

namestringOpcional

Contact name to filter contacts by (partial match).

opportunityIdstringOpcional

Opportunity ID to filter contacts by.

companyIdstringOpcional

Company ID to filter contacts by.

Respuestas
get
/api/v1/contacts

Create Contact

post

Creates a new contact.

Autorizaciones
x-api-keystringRequerido
Cuerpo
firstNamestringOpcional

First name of the contact

Example: John
lastNamestringOpcional

Last name of the contact

Example: Doe
salutationstringOpcional

Salutation of the contact

Example: Mr.
birthdaystring · date-timeOpcional

Birthday of the contact

Example: 1990-01-15T00:00:00.000Z
emailstringRequerido

Email address of the contact

Example: [email protected]
phonestringOpcional

Phone number of the contact

Example: +1-555-123-4567
genderIdentitystringOpcional

Gender identity of the contact

Example: Male
pronounsstringOpcional

Pronouns of the contact

Example: he/him
faxstringOpcional

Fax number of the contact

Example: +1-555-123-4568
linkedinUrlstringOpcional

LinkedIn URL of the contact

Example: https://linkedin.com/in/johndoe
addressstringOpcional

Address of the contact

Example: 123 Main Street
postalCodestringOpcional

Postal code of the contact

Example: 12345
citystringOpcional

City of the contact

Example: New York
statestringOpcional

State of the contact

Example: NY
countrystringOpcional

Country of the contact

Example: United States
currencystringOpcional

Currency preference of the contact

Example: USD
titlePositionstringOpcional

Title/Position of the contact

Example: Software Engineer
languagestringOpcional

Language preference of the contact

Example: English
assistantstringOpcional

Assistant name of the contact

Example: Jane Smith
assistantPhonestringOpcional

Assistant phone number

Example: +1-555-123-4569
divisionstringOpcional

Division of the contact

Example: Engineering
departmentstringOpcional

Department of the contact

Example: Software Development
descriptionstringOpcional

Description of the contact

Example: Senior software engineer with 5 years of experience
leadSourcestringOpcional

Lead source of the contact

Example: Website
leadRecordTypestringOpcional

Lead record type

Example: Lead
reportsTostringOpcional

Reports to contact ID

Example: 5516cd47-2bd0-4f4f-adc2-22524e54ba4d
Respuestas
post
/api/v1/contacts

Get Contact by ID

get

Get a contact by ID.

Autorizaciones
x-api-keystringRequerido
Parámetros de ruta
idstringRequerido

Contact ID to retrieve.

Respuestas
get
/api/v1/contacts/{id}

Update Contact

put

Updates an existing contact.

Autorizaciones
x-api-keystringRequerido
Parámetros de ruta
idstringRequerido

Contact ID to update.

Cuerpo
firstNamestringOpcional

First name of the contact

Example: John
lastNamestringOpcional

Last name of the contact

Example: Doe
salutationstringOpcional

Salutation of the contact

Example: Mr.
birthdaystring · date-timeOpcional

Birthday of the contact

Example: 1990-01-15T00:00:00.000Z
emailstringOpcional

Email address of the contact

Example: [email protected]
phonestringOpcional

Phone number of the contact

Example: +1-555-123-4567
genderIdentitystringOpcional

Gender identity of the contact

Example: Male
pronounsstringOpcional

Pronouns of the contact

Example: he/him
faxstringOpcional

Fax number of the contact

Example: +1-555-123-4568
linkedinUrlstringOpcional

LinkedIn URL of the contact

Example: https://linkedin.com/in/johndoe
addressstringOpcional

Address of the contact

Example: 123 Main Street
postalCodestringOpcional

Postal code of the contact

Example: 12345
citystringOpcional

City of the contact

Example: New York
statestringOpcional

State of the contact

Example: NY
countrystringOpcional

Country of the contact

Example: United States
currencystringOpcional

Currency preference of the contact

Example: USD
titlePositionstringOpcional

Title/Position of the contact

Example: Software Engineer
languagestringOpcional

Language preference of the contact

Example: English
assistantstringOpcional

Assistant name of the contact

Example: Jane Smith
assistantPhonestringOpcional

Assistant phone number

Example: +1-555-123-4569
divisionstringOpcional

Division of the contact

Example: Engineering
departmentstringOpcional

Department of the contact

Example: Software Development
descriptionstringOpcional

Description of the contact

Example: Senior software engineer with 5 years of experience
leadSourcestringOpcional

Lead source of the contact

Example: Website
leadRecordTypestringOpcional

Lead record type

Example: Lead
reportsTostringOpcional

Reports to contact ID

Example: 5516cd47-2bd0-4f4f-adc2-22524e54ba4d
Respuestas
put
/api/v1/contacts/{id}

Delete Contact

delete

Deletes a contact by ID.

Autorizaciones
x-api-keystringRequerido
Parámetros de ruta
idstringRequerido

Contact ID to delete.

Respuestas
delete
/api/v1/contacts/{id}

Get Contact Integrations

get

Returns a list of integrations for a given contact ID.

Autorizaciones
x-api-keystringRequerido
Parámetros de ruta
idstringRequerido

Contact ID to get integrations from.

Respuestas
get
/api/v1/contacts/{id}/integrations

Get Contact Companies

get

Returns a list of companies associated with a contact.

Autorizaciones
x-api-keystringRequerido
Parámetros de ruta
idstringRequerido

Contact ID to get companies from.

Parámetros de consulta
pagenumberOpcional

Page number to retrieve.

limitnumberOpcional

Number of items per page.

Respuestas
get
/api/v1/contacts/{id}/companies

Create Contact Company Relationship

post

Creates a relationship between a contact and a company.

Autorizaciones
x-api-keystringRequerido
Parámetros de ruta
idstringRequerido

Contact ID.

Cuerpo
companyIdstringRequerido

Company ID

Example: 5516cd47-2bd0-4f4f-adc2-22524e54ba4d
Respuestas
post
/api/v1/contacts/{id}/companies

Get Contact Opportunities

get

Returns a list of opportunities associated with a contact.

Autorizaciones
x-api-keystringRequerido
Parámetros de ruta
idstringRequerido

Contact ID to get opportunities from.

Parámetros de consulta
pagenumberOpcional

Page number to retrieve.

limitnumberOpcional

Number of items per page.

Respuestas
get
/api/v1/contacts/{id}/opportunities

Create Contact Opportunity Relationship

post

Creates a relationship between a contact and an opportunity.

Autorizaciones
x-api-keystringRequerido
Parámetros de ruta
idstringRequerido
Cuerpo
opportunityIdstringRequerido

Opportunity ID

Example: 5516cd47-2bd0-4f4f-adc2-22524e54ba4d
Respuestas
post
/api/v1/contacts/{id}/opportunities

Delete Contact Company Relationship

delete

Deletes a relationship between a contact and a company.

Autorizaciones
x-api-keystringRequerido
Parámetros de ruta
idstringRequerido

Contact ID.

companyIdstringRequerido

Company ID.

Respuestas
delete
/api/v1/contacts/{id}/companies/{companyId}

Delete Contact Opportunity Relationship

delete

Deletes a relationship between a contact and an opportunity.

Autorizaciones
x-api-keystringRequerido
Parámetros de ruta
idstringRequerido
opportunityIdstringRequerido

Opportunity ID.

Respuestas
delete
/api/v1/contacts/{id}/opportunities/{opportunityId}

Última actualización

¿Te fue útil?