Authorization

Authorization #

Each request must include an Authorization header with a valid Bearer token. This token acts as your key to the service, allowing the API to verify your identity and permissions. Without it, requests will be denied with an HTTP 401 Unauthorized error.

curl -H "Authorization: Bearer <TOKEN>" \
    "api.worldlines.org/api/v1/geojsonl/lv1"

You can obtain access token programmatically