- Getting Started with HYEGRO API
- User Guide
- Developer Guide
- HYEGRO Developer Docs
- HYEGRO CRM API v1.0
- Users
- Leads
- Contacts
- Accounts
- Products & Inventory
- Deals
- Quotations
- Orders
- Invoices
- Cases
- Activities & Tasks
- Search
- METADATA API
- Files & Attachments
Read Contact
GET
https://backend.test-hyegro.com/contacts/{contact_id}
Request
Path Params
contact_id
integer
Contact Id
Query Params
schema
Schema
Any of
Responses
🟢200OK
application/json
Body
salutation
Salutation
Any of
first_name
First Name
Any of
middle_name
Middle Name
Any of
last_name
Last Name
Any of
manager_id
Manager Id
Any of
email
Email
Any of
phone
Phone
Any of
mobile_number
Mobile Number
Any of
fax
Fax
Any of
title
Title
Any of
account_id
Account Id
Any of
mailing_address
Mailing Address
Any of
mailing_city
Mailing City
Any of
mailing_state
Mailing State
Any of
mailing_country
Mailing Country
Any of
mailing_postal_code
Mailing Postal Code
Any of
department
Department
Any of
contact_role
Contact Role
Any of
contact_status
Contact Status
Any of
linkedin_profile
Linkedin Profile
Any of
notes
Notes
Any of
tags
Tags
Any of
currency
Currency
Any of
created_at
Created At
Any of
updated_at
Updated At
Any of
primary_contact
Primary Contact
Any of
created_by
Created By
Any of
updated_by
Updated By
Any of
created_by_name
Created By Name
Any of
updated_by_name
Updated By Name
Any of
account_name
Account Name
Any of
last_activity
Last Activity
Any of
cf1
Cf1
Any of
cf2
Cf2
Any of
cf3
Cf3
Any of
cf4
Cf4
Any of
cf5
Cf5
Any of
cf6
Cf6
Any of
cf7
Cf7
Any of
cf8
Cf8
Any of
cf9
Cf9
Any of
cf10
Cf10
Any of
id
integer
Id
Example
{
"salutation": "string",
"first_name": "string",
"middle_name": "string",
"last_name": "string",
"manager_id": 0,
"email": "string",
"phone": "string",
"mobile_number": "string",
"fax": "string",
"title": "string",
"account_id": 0,
"mailing_address": "string",
"mailing_city": "string",
"mailing_state": "string",
"mailing_country": "string",
"mailing_postal_code": "string",
"department": "string",
"contact_role": "string",
"contact_status": "string",
"linkedin_profile": "string",
"notes": "string",
"tags": [
"string"
],
"currency": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"primary_contact": true,
"created_by": 0,
"updated_by": 0,
"created_by_name": "string",
"updated_by_name": "string",
"account_name": "string",
"last_activity": "2019-08-24T14:15:22Z",
"cf1": "string",
"cf2": "string",
"cf3": "string",
"cf4": "string",
"cf5": "string",
"cf6": "string",
"cf7": "string",
"cf8": "string",
"cf9": "string",
"cf10": "string",
"id": 0
}
🟠422Parameter Error
Modified at 2025-04-15 14:01:56