---
title: "customer.created"
method: POST
path: "/webhook-events/customer.created"
tags: ["Webhook Events"]
---

# customer.created

`POST /webhook-events/customer.created`

Fired when a new customer is created. Doc-only for parsing.

## Response `200`

Webhook payload

- WebhookDtoCustomerWebhookPayload
  - `customer` DtoCustomerResponse — Customer response object containing all customer information
    - `address_city` string — AddressCity is the city of the customer's address
    - `address_country` string — AddressCountry is the country of the customer's address (ISO 3166-1 alpha-2)
    - `address_line1` string — AddressLine1 is the first line of the customer's address
    - `address_line2` string — AddressLine2 is the second line of the customer's address
    - `address_postal_code` string — AddressPostalCode is the postal code of the customer's address
    - `address_state` string — AddressState is the state of the customer's address
    - `created_at` string
    - `created_by` string
    - `email` string — Email is the email of the customer
    - `environment_id` string — EnvironmentID is the environment identifier for the customer
    - `external_id` string — ExternalID is the external identifier for the customer
    - `id` string — ID is the unique identifier for the customer
    - `metadata` object — Metadata
    - `name` string — Name is the name of the customer
    - `parent_customer` DtoCustomerResponse — recursive
    - `parent_customer_id` string — Deprecated: Customer parent hierarchy is deprecated in favor of subscription-level hierarchy. Retained for backward compatibility; no hierarchy rules are enforced at the service layer. ParentCustomerID is the parent customer identifier for the customer.
    - `status` 'published' | 'deleted' | 'archived'
    - `tenant_id` string
    - `updated_at` string
    - `updated_by` string
  - `event_type` string

## Changes

- **2026-03-20** `fdc2d8c76b76` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/webhook-events/customer.created/post.md)

---

[API](https://skmtc.dev/flexprice/apis/flexprice-api.md) · [All operations](https://skmtc.dev/flexprice/apis/flexprice-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flexprice/flexprice-api/revisions/fdc2d8c76b76/schema)
