For new integrations on the reviewed public gateway, create customer records through the tenant-gated identity surface:
POST /api/v1/identity/customers
The older customer-overlay create route is not part of the reviewed public BaaS contract. Use it only if Zentra has issued your tenant a compatibility-layer customer contract.
The reviewed OpenAPI models this route with a generic request envelope, so the exact accepted fields depend on your enabled identity program. Common fields usually include:
Confirm the exact identity-customer schema enabled for your tenant before shipping to live. The goal of this page is to point new integrations at the right reviewed route family, not to freeze a one-size-fits-all payload.