Skip to main content
POST
/
v1
/
notifications
/
wu-reminder
cURL
curl --request POST \
  --url https://revive-api-v2-production.herokuapp.com/v1/notifications/wu-reminder \
  --header 'Content-Type: application/json' \
  --data '
{
  "contractorId": 123
}
'

Body

application/json
contractorId
number
required

Response

200

Success