Returns all agencies accessible by the authenticated token with cursor-based pagination.
Security
bearerAuth
- Mock serverhttps://api-doc.immo-facile.com/_mock/openapi/agencies
- https://v2.immo-facile.com/api/v2/sitehttps://v2.immo-facile.com/api/v2/site/agencies
curl -i -X GET \
'https://api-doc.immo-facile.com/_mock/openapi/agencies?per_page=50' \
-H 'Authorization: Bearer <YOUR_opaque_HERE>'Response
{ "data": [ { … } ], "meta": { "per_page": 50, "next_cursor": "eyJpZCI6MTIzfQ==", "prev_cursor": "string" }, "links": { "next": "string", "prev": "string" } }