Authentication
Every request carries your token in the Authorization header.
A request without one is rejected before it touches the register, and before it costs you any quota.
curl 'https://firmatal.dk/api?vat=12345678&country=dk' \
-H 'Authorization: Bearer cvr_your_token_here'