DanskAdresseAPIv1
Replikering

Replication: latest transaction id — requires Enterprise

The id of the most recently completed transaction. For deciding whether your copy is up to date. Requires the Enterprise plan.

GET/v1/replikering/senestetransaktionsidEnterprise

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Request

curl --request GET \
  --url "https://api.danskadresseapi.dk/v1/replikering/senestetransaktionsid" \
  --header "Authorization: Bearer $API_NOEGLE"

Response

application/json

Seneste transaktions-id

transactionidinteger
200Eksempel
{
  "transactionid": 0
}
401Missing key
{
  "error": {
    "code": "unauthorized",
    "message": "Missing or invalid API key."
  }
}
DanskAdresseAPI