---
title: "Webhook event: representative.event.v1"
method: POST
path: "representative.event.v1"
---

# Webhook event: representative.event.v1

`POST representative.event.v1` (webhook)

Triggered when any significant change occurs to a platform-created embedded account's representatives. This includes updates to the representative status or values.

## Payload

- object
  - `event_type` string, required — Type of the event
  - `event_id` string, uuid, required — UUID of the event
  - `account_id` string, uuid, required — UUID of the account associated with this event
  - `data` RepresentativeV1, required
    - `id` string, uuid, required — Unique identifier for the representative.
    - `account_id` string, uuid, required — The unique identifier of the account this representative is associated with.
    - `user_id` string, uuid, nullable — The unique identifier of the user account associated with this representative, if applicable.
    - `status` 'created' | 'onboarding' | 'active' | 'rejected' | 'inactive', required — The current status of the representative.
    - `status_detail` StatusDetailOfRepresentativeStatusDetail, required
      - `reason` 'unverified' | 'in_review' | 'pending' | 'stuck' | 'verified' | 'failed_verification' | 'disabled' | 'new', required — A machine-readable identifier for the specific status, useful for programmatic handling.
      - `source` 'watchtower', required — Identifies the origin of the status change (e.g., `watchtower`). This helps in tracking the cause of status updates.
      - `code` string, required — A machine-readable code for the specific status, useful for programmatic handling.
      - `message` string, required — A human-readable message describing the current status.
    - `first_name` string, required — The first name of the representative.
    - `last_name` string, required — The last name of the representative.
    - `dob` string, date, required — The date of birth of the representative, in ISO 8601 format (YYYY-MM-DD).
    - `ssn_last4` string, required — The last 4 digits of the representative's Social Security Number.
    - `email` string, email, nullable, required — The email address of the representative.
    - `mobile_number` string, required — The mobile phone number of the representative.
    - `relationship` Relationship, required
      - `primary` boolean, required — Whether the person is authorized as the primary representative of the account. This is the person chosen by the business to provide information about themselves, general information about the account, and who consented to the services agreement. There can be only one primary representative for an account at a time.
      - `control` boolean, required — Whether the representative has significant responsibility to control, manage, or direct the organization. One representative must be identified under the control prong for each legal entity.
      - `owner` boolean, required — Whether the representative owns any percentage of of the equity interests of the legal entity.
      - `percent_ownership` number, double, nullable — The percentage of ownership the representative has. Required if 'Owner' is true.
      - `title` string, nullable — The job title of the representative.
    - `external_id` string, nullable — Unique identifier for the representative in your database, used for cross-referencing between Straddle and your systems.
    - `created_at` string, date-time, required — Timestamp of when the representative was created.
    - `updated_at` string, date-time, required — Timestamp of the most recent update to the representative.
    - `name` string, required
    - `phone` string, nullable
    - `metadata` object, nullable — Up to 20 additional user-defined key-value pairs. Useful for storing additional information about the represetative in a structured format.

## Acknowledgement `200`

Webhook processed successfully

---

[API](https://skmtc.net/straddleio/apis/straddle-api.md) · [All operations](https://skmtc.net/straddleio/apis/straddle-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straddleio/straddle-api/revisions/6e13cd88cda9/schema)
