Sign in

Get event feed

documented

Gets the current event items.

GET /event/feedEventsno 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://api.lime-go.com/v1/event/feed" \
  -X GET \
  -H "Authorization: go-api: {{LIME-GO_API_KEY}}" \
  -H "Accept: application/json"
Get event feed · Lime Go · OpenIntegrations