curl --request GET \
--url https://revive-api-v2-production.herokuapp.com/v1/realtors/{contactId} \
--header 'Content-Type: application/json' \
--data '
{
"clientFirstName": "<string>",
"clientEmail": "<string>",
"realtorId": "<string>",
"message": "<string>",
"referralType": "Buyer"
}
'curl --request GET \
--url https://revive-api-v2-production.herokuapp.com/v1/realtors/{contactId} \
--header 'Content-Type: application/json' \
--data '
{
"clientFirstName": "<string>",
"clientEmail": "<string>",
"realtorId": "<string>",
"message": "<string>",
"referralType": "Buyer"
}
'Was this page helpful?