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