Passer au contenu principal
WEBHOOK
classified-notification
{
  "id": "7f6e3b4d-9c22-46a0-8f20-0d1a2b3c4d5e",
  "type": "created",
  "currency": "euro",
  "squareUnit": "squareMeter",
  "meta": {
    "firstSeenAt": "2025-09-15T08:10:00Z",
    "lastModifiedAt": "2025-09-15T09:00:00Z",
    "lastSeenAt": "2025-09-15T09:00:00Z",
    "removedAt": null
  },
  "source": {
    "domain": "seloger.com",
    "url": "https://www.seloger.com/annonces/achat/appartement/paris-1er-75/5-pieces/0.htm"
  },
  "publisher": {
    "isProfessional": true,
    "type": "agency",
    "id": "2c2a42a0-1a9b-4b18-9f1d-1f9b2a3c4d5e",
    "email": "[email protected]",
    "phone": "+33123456789",
    "feesUrl": "https://www.agence-paris.fr/honoraires",
    "siren": "123456789"
  },
  "location": {
    "city": {
      "name": "Paris",
      "inseeCode": "75056"
    },
    "country": "france",
    "department": "75",
    "postcode": "75001",
    "latitude": 48.8606,
    "longitude": 2.3376
  },
  "media": {
    "images": [
      {
        "url": "https://images.immoteur.com/sample/apt-paris-1.jpg"
      }
    ]
  },
  "property": {
    "type": "apartment",
    "area": 50,
    "roomCount": 3,
    "bedroomCount": 2,
    "elevatorExists": true,
    "terraceExists": true
  },
  "transaction": {
    "type": "sale",
    "price": {
      "current": 650000,
      "perSquareUnit": 13000
    }
  },
  "energy": {
    "dpe": {
      "date": "2023-05-10",
      "label": "d",
      "value": 180
    },
    "ges": {
      "date": "2023-05-10",
      "label": "e",
      "value": 45
    },
    "heating": {
      "source": "gas",
      "system": "radiator",
      "type": "individual"
    }
  }
}

Body

application/json
currency
enum<string>
required

Currency of the price.

Available options:
euro
id
string<uuid>
required

Unique identifier for the classified.

Example:

"7f6e3b4d-9c22-46a0-8f20-0d1a2b3c4d5e"

location
object
required

Location information for the classified.

meta
object
required

Meta information for the classified.

property
object
required

Property information for the classified.

publisher
object
required

Publisher information for the classified.

source
object
required

Source information for the classified.

squareUnit
enum<string>
required

Square unit of the price.

Available options:
squareMeter
transaction
object
required

Transaction information for the classified.

contact
object

Contact information for the classified.

description
string

Description of the classified.

Example:

"Bel appartement lumineux au cœur de Paris."

energy
object

Energy information for the classified.

media
object

Media information for the classified.

title
string

Title of the classified.

Example:

"Appartement 3 pièces Paris 1er"

Response

Webhook received successfully

I