Skip to main content

Send a ResApp push notification

Send a ResApp push notification to a given renter and unit

POST
/api/partners/v1/community/:community_id/renters/:funnel_renter_id/units/:funnel_unit_id/push-notification/

Request

Example requestPOSTapplication/json
$ curl -X POST \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer YOUR_API_KEY" \
    -d '{ "type": "RENEWAL" }' \
    "https://api.funnelleasing.com/api/partners/v1/community/1234/renters/:funnel_renter_id/units/:funnel_unit_id/push-notification/"

Response

Example responseJSON200 · application/json
{}