# Customer ## Retrieve all customers created by the superclient - [GET /customer](https://docs.api.schuman.io/openapi/customer/customercontroller_getallcustomers.md): Returns a paginated list of all customers created by the requesting superclient. ## Create customer via superclient API - [POST /customer](https://docs.api.schuman.io/openapi/customer/customercontroller_createcustomer.md): Allows superclients to create new customers in the system. The created customer will be automatically linked to the superclient that created it. ## Retrieve customer information - [GET /customer/{customerId}](https://docs.api.schuman.io/openapi/customer/customercontroller_getcustomerbyid.md): Allows superclients to retrieve customer information by customer ID. Only customers created by the requesting superclient can be accessed. ## Get superclient info - [GET /customer/superclient/info](https://docs.api.schuman.io/openapi/customer/customercontroller_getsuperclientinfo.md): Retrieves the information about the authenticated superclient.