Skip to content
Help center

403 — Requires Pro or Enterprise plan

1 min read

403 — Plan gating

Single-call endpoints are open to all plans. Bulk/heavy endpoints require a higher plan:

JSON
{ "error": { "type": "plan_upgrade_required", "code": 403,
  "message": "Batch-reverse-geocode kræver Pro-plan eller højere. Opgrader i dashboardet for at få adgang.",
  "details": { "feature": "Batch-reverse-geocode", "required_plan": "pro",
    "upgrade_url": "https://danskadresseapi.dk/dashboard/fakturering" } } }

Requires Pro+:

  • all batch endpoints: /v1/reverse/batch, /v1/datavask/adresser/batch, /v1/datavask/adgangsadresser/batch, /v1/bbr/bygninger/batch, /v1/bbr/enheder/batch, /v1/dagi/lookup/batch
  • all /v1/stats/*

Requires Enterprise:

  • /v1/replikering (replication of the whole address register)
Fix: upgrade at upgrade_url, or make single calls instead of batch.
Was this helpful?