Webhook event: representative.event.v1
Triggered when any significant change occurs to a platform-created embedded account's representatives. This includes updates to the representative status or values.
postWebhookrepresentative.event.v1
Payload
Example payload
{
"event_type": "representative.event.v1",
"event_id": "85df84c7-a298-44bc-8040-7bd2ae372cbf",
"account_id": "857c679a-8e80-47f1-9334-39dd08ea801f",
"data": {
"first_name": "Ron",
"last_name": "Swanson",
"dob": "1980-01-01",
"ssn_last4": "1234",
"email": "ron.swanson@pawnee.com",
"mobile_number": "+12128675309"
}
}Response
Webhook processed successfully