cURL
curl --request GET \ --url https://api.helloproper.com/contacts/{contactId} \ --header 'Authorization: <api-key>'
{ "id": "<string>", "name": "<string>", "email": "<string>", "phoneNumber": "<string>" }