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