Accounts & Activation
Create an account and enable API access
To start, create an account on our website and request API activation.
Steps
-
Sign up: open Create a professional account and complete the form.
https://www.pre-etat.date/mon-compte-professionnel/creation -
Verify your email: confirm the email you received.
-
Request Premium/Syndic: contact contact@pre-etat.date to switch your account to Premium or Syndic (required for API usage).
-
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 receivedwaiting— some documents are missing (a transaction may move fromreceivedtowaiting)done— the pré-état daté is ready and available
Your callback must accept
POSTJSON payloads over HTTPS.