GET /info — runtime metadata and endpoint discovery
GET /info returns runtime version, active webhook state, the full feature list, and a discoverable endpoint map for programmatic integration.
GET /info returns a snapshot of the running instance: the current version, active webhook state, enabled features, and a fully-qualified endpoint map built from the live base URL. This endpoint is the recommended starting point for programmatic integration — call it once to discover the exact URLs you need without hard-coding paths.Authentication: Required when authKey is configured.
The running actor version. Sourced from runtime package metadata (npm_package_version). In the current release this resolves to 3.0.5 unless overridden at runtime.
Map of named endpoint keys to fully-qualified URLs built from the live base URL. The logs entry intentionally includes ?limit=100 as a reasonable starter page size even though /logs defaults to a higher limit when limit is omitted.