Skip to main content
GET
/
contacts
/
{contactId}
Retrieve a contact
curl --request GET \
  --url https://api.helloproper.com/contacts/{contactId} \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "email": "<string>",
  "phoneNumber": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.helloproper.com/llms.txt

Use this file to discover all available pages before exploring further.

Params

contactId
string
required
Contact id

Response

id
string
The unique identifier for the contact
name
string
The name of the contact
email
string
The email address of the contact
phoneNumber
string
The phone number of the contact.