Expensify website screenshot

Expensify

Expensify is an expense management platform that automates receipt scanning, expense reporting, reimbursement, corporate card reconciliation, bill pay, invoicing, and travel booking for individuals, small businesses, and enterprises. The Expensify Integration Server API enables programmatic export of expense data, creation and update of policies and employees, and bidirectional data flow with accounting and HR systems. Authentication uses partnerUserID and partnerUserSecret credentials passed in a requestJobDescription JSON payload on every request.

1 APIs 0 Features
Expense ManagementExpense ReportingReceipt ScanningCorporate CardsBill PayReimbursementAccounting Integration

APIs

Expensify Integration Server API

REST-style API for exporting expense reports, creating and updating policies, managing employees, and integrating Expensify data with accounting and HR systems. Authentication u...

Collections

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Help Center
Help Center
📝
Signup
Signup
💰
Pricing
Pricing
💬
Support
Support
🔗
LinkedIn
LinkedIn

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Expensify Integration Server API
  version: 1.0.0
items:
- info:
    name: Integrations
    type: folder
  items:
  - info:
      name: Submit an integration job
      type: http
    http:
      method: POST
      url: https://integrations.expensify.com/Integration-Server/ExpensifyIntegrations
      body:
        type: form-urlencoded
        data:
        - name: requestJobDescription
          value: ''
        - name: template
          value: ''
    docs: All Expensify Integration Server operations are dispatched through this single endpoint. The job type is selected
      by the type field on requestJobDescription.
bundled: true