Skip to content

Instantly share code, notes, and snippets.

@tshuck
Last active January 25, 2018 20:46
Show Gist options
  • Save tshuck/f080bd62f34327f281e50bd6d3a28598 to your computer and use it in GitHub Desktop.
Save tshuck/f080bd62f34327f281e50bd6d3a28598 to your computer and use it in GitHub Desktop.
Hatch Webhook -- Password Reset
{
"data": {
"type": "webhook",
"id": "6c556e92-301c-43fc-8891-9bafa85ed70f",
"attributes": {
"event": "password_reset",
"payload": {
"password_reset": {
"id": "JRroFoxVdLQav91un8Mg"
},
"membership": {
"id": "354067ec-ff43-487b-91ed-9134ac79954d",
"chain_id": "24f31117-4457-4e4b-be45-15831a220acc",
"email": "jane@example.com",
"phone: "55566667777"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment