Which permissions (scopes) exist?
1 min read
Scopes determine which parts of the API a key may use. You set them when you create or edit a key. DanskAdresseAPI has these groups, among others:
- autocomplete — address suggestions as you type.
- addresses — look up a single address.
- validate — validation of a structured address.
- datavask — free text → structured address.
- reverse — coordinates → nearest address.
- bbr / dagi — building and division data.
- batch — bulk lookups in one call (Pro+).
- stats — statistics endpoints (Pro+).
- replikering — event stream (Enterprise).
Some scopes require a specific plan (marked above). If a key lacks the right scope, the call returns 403 Forbidden.
Rule of thumb: Start with only the scopes you need now. You can always add more later.
Was this helpful?
