Internal

Create Demo Customer

Provision a demo customer with widgets enabled and pre-filled configs.

Idempotent on admin_email: if a user with that email already exists, the existing customer is returned with existing=true and nothing is created.

post/internal/demo-customers

Request body

firm_namestring required
admin_emailstring required
admin_passwordstring required
default_timezonestring

Response

Successful Response

customer_idstring uuid required
customer_namestring required
admin_user_idstring uuid required
admin_emailstring required
existingboolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.