Consumerprofile endpoint ======================== The consumerprofile-endpoint provides a list endpoint to list consumerprofiles configured in Accelerate and is available since version ``19.9.18``. .. note:: Consumerprofiles can be managed in Accelerate by an user with admin-privileges. Goto *Instellingen > API entiteiten > Klantprofielen*. ------------------------- list ---- ``GET /consumerprofile/list`` This endpoint returns all consumerprofiles. Request ....... This request requires no parameters. Response ........ .. code-block:: json :linenos: [ { "code":"CONSUMERPROFILE_1", "label":"Consumerprofile 1" }, { "code":"CONSUMERPROFILE_2", "label":"Consumerprofile 2" }, { "code":"CONSUMERPROFILE_3", "label":"Consumerprofile 3" } ] .. note:: The property *code* can be used in the endpoints :ref:`dossier-createFromDossierRequest` and :ref:`/appointment/create` to specify a certain consumerprofile