Sign in

Policy List Getter

documented

Get a list of policies for a user or domain.

POST /Integration-Server/ExpensifyIntegrationsPoliciesno 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}}"}}'
Policy List Getter · expensify · OpenIntegrations