Skip to content

Agencies

Agency information for the authenticated site.

List agencies

Request

Returns all agencies accessible by the authenticated token with cursor-based pagination.

Security
bearerAuth
Query
per_pageinteger, <= 200
Default:50
curl -i -X GET \
  'https://api-doc.immo-facile.com/_mock/openapi/agencies?per_page=50' \
  -H 'Authorization: Bearer <YOUR_opaque_HERE>'

Responses

Paginated list of agencies

Bodyapplication/json
dataArray of objects(AgencyResponse)
metaobject(CursorPaginationMeta)
Response
{ "data": [ {} ], "meta": { "per_page": 50, "next_cursor": "eyJpZCI6MTIzfQ==", "prev_cursor": "string" }, "links": { "next": "string", "prev": "string" } }