Skip to content

List customer groups
Customers

Request

Returns all available customer groups for the site. Requires SITE_CUSTOMER:READ permission.

Groups categorize customers (e.g. "Demandeur", "Propriétaire", "Locataire"). Use group IDs when creating customers or leads.

Security
bearerAuth
curl -i -X GET \
  https://api-doc.immo-facile.com/_mock/openapi/customers/groups \
  -H 'Authorization: Bearer <YOUR_opaque_HERE>'

Responses

List of groups

Bodyapplication/json
dataArray of objects(CustomerGroupResponse)
Response
{ "data": [ {}, {}, {} ] }