Skip to main content
GET
/
v1
/
realtors
/
{contactId}
cURL
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"
}
'

Path Parameters

contactId
string
required

Body

application/json
clientFirstName
string
required
clientEmail
string
required
realtorId
string
required
message
string
required
referralType
enum<string>
Available options:
Buyer,
Seller,
Buyer And Seller

Response

200

Success