Welcome to the APG IMMO API

Armed with your access codes (API Login and API Password), you can freely synchronise or update your data directly from this API.
Method GET, POST, Type : Basic Auth

Services REST / API APGIMMO

CUSTOMER

Method

Action taken

URI

GET

Agencies list
Group licence only

/api/agency

GET

Agency details
Group licence only

/api/agency/{agency_id}

GET

List of employees
Group licence only

/api/user

GET

Details of an employee
Group licence only

/api/user/{user_id}

POST

Staff update
Group licence only

/api/update_user

GET

Properties listing
All licence types

/api/property/listing

GET

Properties selection
All licence types

/api/property/highlight

POST

Properties update
Group licence only

/api/update_property/{agency_id}


CATALOG

Method

Action taken

URI

GET

List of languages
All licence types

/api/catalog/lang

GET

List of job titles
All licence types

/api/catalog/postes

GET

List of themes (properties)
All licence types

/api/catalog/property-theme



PHP initialisation with CURL



Configuration with POSTMAN