Skip to content

List customer origins
Customers

Request

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

Origins track how a customer entered the system (e.g. "Site internet", "Portail", "Recommandation"). Use origin IDs when creating customers or leads.

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

Responses

List of origins

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