curl --request GET \ --url https://api.helloproper.com/contacts/{contactId} \ --header 'Authorization: <api-key>'
{ "id": "<string>", "name": "<string>", "email": "<string>", "phoneNumber": "<string>" }
Contact id
The unique identifier for the contact
The name of the contact
The email address of the contact
The phone number of the contact.