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
- Mock serverhttps://api-doc.immo-facile.com/_mock/openapi/customers/origins
- https://v2.immo-facile.com/api/v2/sitehttps://v2.immo-facile.com/api/v2/site/customers/origins
curl -i -X GET \
https://api-doc.immo-facile.com/_mock/openapi/customers/origins \
-H 'Authorization: Bearer <YOUR_opaque_HERE>'Response
{ "data": [ { … }, { … } ] }