Nudge a user

POST /nudge
application/x-www-form-urlencoded

Body Required

  • user string

    The username of the user to nudge

Responses

  • 200

    User nudged successfully

  • 404

    User not found

POST /nudge
curl \
 --request POST 'https://blips.club/nudge' \
 --header "Content-Type: application/x-www-form-urlencoded" \
 --data 'user=string'