Saxonberg Server API
    Preparing search index...

    Interface ConnectionOrigin

    A connection's geographic origin, privilege-split. v1 surfaces only country (broadly readable); the raw IP stays in the connection layer (the developer-gated read is a later build). See the connection-origin slate.

    interface ConnectionOrigin {
        country?: string;
    }
    Index

    Properties

    Properties

    country?: string

    Country display name (e.g. "Germany"), or absent when unresolved.