E050: List customer types
GET /api/customer-types
Returns the org's customer types for filters, the create or edit form, and Settings.
Authentication
Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.
Request
No pagination.
Response — 200 OK
{ "data": [ CustomerType ] }
Errors
Standard envelope only.
Workflow
Calls W050 List customer types.