Geoinsight Authentication
GeoInsight's published OpenAPI declares NO components.securitySchemes and NO top-level security requirement, so the machine-readable contract says nothing about authentication. The credential model is documented only in the README of the first-party PyPI package: a GeoInsight Personal Token (GPT) and an API Private Key (APK), obtained by creating an account on the dashboard, then set with api.set_access_token(_gpt='GPT', _apk='APK'). The package depends on auth0-python, which indicates the token issuance path runs through Auth0. Neither the wire format (header name, scheme, encoding) nor the token lifetime is published anywhere machine- or human-readable that could be found.
GeoInsight declares 0 security scheme(s) across its OpenAPI definitions.