Skip to main content
GET
/
v1
/
homes
/
{dealId}
cURL
curl --request GET \
  --url https://revive-api-v2-production.herokuapp.com/v1/homes/{dealId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "associatedObjectId": "<unknown>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dealId
string
required

Body

application/json
associatedObjectId
any
required

Response

200

Success