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

# Webhook event: platform.event.v1

`POST platform.event.v1` (webhook)

Fired when a platform is created. This webhook is only supposed to be consumed by Straddle.

## 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` PlatformV1, required
    - `id` string, uuid, required
    - `status` 'created' | 'onboarding' | 'active' | 'rejected' | 'inactive', required
    - `status_detail` StatusDetailOfPlatformStatusDetailEnum, required
      - `reason` 'unverified' | 'new' | 'in_review' | 'pending' | 'stuck' | 'verified' | 'failed_verification' | 'disabled' | 'terminated', required
      - `source` 'watchtower', required
      - `code` string, required
      - `message` string, required
    - `business_profile` BusinessProfile
      - `name` string, required
      - `website` string, required
      - `legal_name` string, nullable
      - `description` string, nullable
      - `use_case` string, nullable
      - `tax_id` string, nullable
      - `phone` string, nullable
      - `address` Address
        - `line1` string, nullable
        - `line2` string, nullable
        - `city` string, nullable
        - `state` string, nullable
        - `postal_code` string, nullable
        - `country` string, nullable
      - `industry` Industry
        - `mcc` string, nullable
        - `sector` string, nullable
        - `category` string, nullable
      - `support_channels` SupportChannels
        - `email` string, nullable
        - `phone` string, nullable
        - `url` string, nullable
    - `metadata` object, nullable
    - `external_id` string, nullable
    - `created_at` string, date-time, nullable
    - `updated_at` string, date-time, nullable

## 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)
