Accounts & Activation

Create an account and enable API access

To start, create an account on our website and request API activation.

Steps

  1. Sign up: open Create a professional account and complete the form.
    https://www.pre-etat.date/mon-compte-professionnel/creation

  2. Verify your email: confirm the email you received.

  3. Request Premium/Syndic: contact contact@pre-etat.date to switch your account to Premium or Syndic (required for API usage).

  4. Enable API access: in Features, switch on Use APIs and copy your API key.

Include the API key in the X-Auth-Key header of every request:

curl -H "X-Auth-Key: $API_KEY" https://docs.maison-du-pre-etat-date.fr/api/health

Callback URL

Provide a callback URL to receive asynchronous events for your transactions.

Current event types:

  • received — all required documents have been received
  • waiting — some documents are missing (a transaction may move from received to waiting)
  • done — the pré-état daté is ready and available

Your callback must accept POST JSON payloads over HTTPS.