Authentication

How to authenticate

Opendi supports a very easy authentication mechanism. With each request, the client will need to send “opendi-api” as a header key, and a key string as value.

Like that:

curl -X GET -H "opendi-api: xxxxxxxxxxxx" "https://api.opendi.com/de/listings/5269316"

The API key will be provided by Opendi AG.

Server Environments

We provide two different servers for our customers. One is the staging server, which can be used for testing.

Staging can be reached with this URL: https://api-staging.opendi.com/

Please note, the staging environment may not always be stable. If you experience weird issues, feel free to contact us.

Production environment should not be used for testing. The URL is: https://api.opendi.com