Sign in

API base endpoint

documented

Base URI for the Feng Office API. The documentation describes the API base as /application/API/public (with an alternate lowercase variant) which serves as the root for subsequent API method calls.

GET /application/api/publicDiscoveryno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$FENGOFFICE_BASE_URL}}/application/api/public?auth={{FENGOFFICE_AUTH_HASH}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"