Webhooks
A webhook that is sent whenever a user is newly registered.
post/userRegistered
Request body
Example request
{
"webookId": "06fe1fd7-fc50-43a7-b564-8a2c5f3bab44",
"clientId": "WEALTHYCHIPMUNK",
"eventTimestamp": "2022-01-21T15:11:19.217000-05:00",
"userId": "external_user@test.com"
}Response
Return a 200 status to indicate that the user was registered successfully