Skip to main content
POST
/
v1
/
webhooks
/
website-case-study
cURL
curl --request POST \
  --url https://revive-api-v2-production.herokuapp.com/v1/webhooks/website-case-study \
  --header 'Content-Type: application/json' \
  --data '
{
  "dealId": 123,
  "address": "<string>",
  "state": "<string>",
  "profit": 123
}
'

Body

application/json
dealId
number
required
address
string
required
state
string
required
profit
number
required

Response

200

Success