Sign in

Reconciliation Export

documented

Export reconciliation data (e.g., unreported or selected reports) to a file.

POST /Integration-Server/ExpensifyIntegrationsReportsno 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://integrations.expensify.com/Integration-Server/ExpensifyIntegrations" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d 'requestJobDescription={"type":"create","credentials":{"partnerUserID":"{{EXPENSIFY_PARTNER_USER_ID}}","partnerUserSecret":"{{EXPENSIFY_PARTNER_USER_SECRET}}"},"inputSettings":{"type":"policy","policyName":"{{$policyName}}"}}'