For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedConnectorsAPI reference
Get startedConnectorsAPI reference
    • Overview
    • ActiveCampaign
    • Adobe PDF Services
    • Ahrefs
    • Airtable
    • Amadeus
    • Amazon S3
    • Amplitude
    • Anaplan
    • Apollo
    • Arize
    • Articulate Reach 360
    • Asana
    • Attio
    • Aviationstack
    • BambooHR
    • Basecamp
    • bioRxiv
    • Bitbucket
    • Bitly
    • Box
    • Calendly
    • Canva
    • ClickUp
    • ClinicalTrials.gov
    • Cloudflare
    • CMS Coverage
    • Coda
    • ComplianceQuest
    • Concur
    • Confluence
    • Contentful
    • Crustdata
    • Databricks
    • Datadog
    • DocuSign
    • DoorDash
    • Dropbox
    • Duffel
    • Dynamics 365 Sales
    • Exa
    • Expensify
    • FactSet
    • Figma
    • Firecrawl
    • Fireflies
    • FireHydrant
    • Foursquare
    • Frame.io
    • FreshBooks
    • Freshdesk
    • Freshservice
    • Front
    • Gamma
    • GitHub
    • GitLab
    • Gmail
    • Gong
    • Google BigQuery
    • Google Calendar
    • Google Docs
    • Google Drive
    • Google Maps
    • Google Meet
    • Google Sheets
    • Google Slides
    • Google Tasks
    • Grafana
    • Greenhouse
    • Guru
    • Hex
    • HiBob
    • HubSpot
    • Intercom
    • Jenkins
    • Jira
    • Jira Service Management
    • Kintone
    • Klaviyo
    • Linear
    • LinkedIn
    • Looker
    • Lucidchart
    • Make
    • Microsoft Planner
    • Microsoft Teams
    • Microsoft Teams GCC High
    • Miro
    • Monday.com
    • n8n
    • NetSuite
    • Notion
    • NPI Registry
    • OneDrive
    • OneDrive GCC High
    • OneNote
    • Oracle HCM
    • Oracle Sales Cloud
    • Oracle SCM
    • Oura
    • Outlook
    • PagerDuty
    • PayPal
    • Peec AI
    • Pipedrive
    • PostHog
    • PubMed
    • Pylon
    • Quartr
    • QuickBooks Online
    • Ramp
    • ReadMe
    • Rootly
    • Sabre
    • Salesforce
    • Sanity
    • SAP SuccessFactors
    • SendGrid
    • Sentry
    • ServiceNow
    • SharePoint
    • SharePoint GCC High
    • Shopify
    • Slack
    • Smartsheet
    • Snowflake
    • Spotify
    • Square
    • Straker
    • Strava
    • Stripe
    • Supabase
    • Teamwork.com
    • Trello
    • TripAdvisor
    • UKG Pro
    • Vercel
    • Vestaboard
    • VisualPing
    • Weather
    • Webflow
    • WHOOP
    • Wikipedia
    • Wix
    • WordPress
    • Workday
    • X
    • Xero
    • Yelp
    • YouTube
    • Zendesk
    • Zendesk Sell
    • Zoho CRM
    • Zoho Desk
    • Zoom
    • ZoomInfo

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
On this page
  • Sample use cases
  • Available Tools

Concur

Connect your AI agents to Concur.
Was this page helpful?
Previous

ComplianceQuest

Next

Confluence

Authentication: OAuth. See Magic Link for the runtime auth flow, or Application credentials to bring your own OAuth app.

Sample use cases

  • List all expense reports in Submitted status that haven’t been approved in more than 5 days.
  • Pull every expense entry on my open report and flag any that are missing a receipt attachment.
  • Pull every expense entry coded to Meals & Entertainment submitted this quarter across the sales team.

Available Tools

list_report_expenses

List all expense entries on a report. Concur v4 returns the full set (no pagination). Use get_report_expense for full details on a specific entry.

get_report_expense

Get a single expense entry on a report including amount, date, location, and custom fields.

list_expense_itemizations

List itemizations on an expense entry. Itemizations split a single charge across multiple expense types or amounts.

update_report_expense

Update a single expense entry on a report. COMPANY-TOKEN ONLY: user OAuth tokens are rejected.

delete_report_expense

Permanently delete an expense entry from a report. Cannot be undone. Accepts either the v4 hex expense_id or the v3-style ID returned by create_report…

create_report_expense

Create a new expense entry on an existing report. USER-TOKEN ONLY: company JWTs are rejected.

attach_receipt_to_expense

Upload a receipt image and attach it directly to an expense entry. Image is sent as base64 in file_content with the matching MIME in media_type.

get_expense_form_fields

Get form-field metadata for an expense entry (custom fields by expense type). Pass expense_type_id to filter.

list_payment_types

List payment types available to a Concur user (e.g. ‘Cash’, ‘Company Paid’) via Expense Config v4. USER-TOKEN ONLY: company JWTs are rejected.

get_current_user

Get the authenticated user or company profile from /profile/v1/me. Returns the principal record (extension fields pass through).

get_principal

Get a Concur principal (user or company) by ID via /profile/v1/principals/. Use the JWT ‘sub’ claim or the id from get_current_user.

create_quick_expense

Create a quick expense (no image) for the authenticated user. Required: expense_type_id, transaction_amount, transaction_date.

create_quick_expense_with_image

Create a quick expense and attach a receipt image in one call. Send the image as base64 in file_content with the matching MIME in media_type.

upload_receipt

Upload an e-receipt (image + structured metadata) to the user’s receipt library. The connector builds the Concur general-receipt JSON from flat inputs…

upload_receipt_image_only

Upload an image-only receipt to the user’s receipt library. Image is sent as base64 in file_content with media_type. Max 25 MB. Requires the receipts.

list_user_receipts

List e-receipts for the authenticated user. Returns the full set (Concur v4 does not paginate this endpoint).

list_image_only_receipts

List image-only receipts in the user’s receipt library.

get_receipt

Get an e-receipt by ID.

get_image_only_receipt

Get an image-only receipt’s metadata by ID. Use list_image_only_receipts to find IDs. Requires the receipts.read scope.

get_receipt_status

Get the processing status of a submitted receipt by ID. Useful for tracking async OCR/validation.

get_report

Get an expense report by ID. Returns name, status, totals, and policy custom fields.

create_report

Create a new (unsubmitted) expense report. policy_id MUST be a v4 ID: first call list_reports to find any existing report, then call get_report on it…

update_report

Update fields on an unsubmitted report. report_source is required by Concur (one of OTHER/SE/UI/EA/TR/MOB; use ‘OTHER’ for API callers).

update_report_as_company

Update a report using a company-level JWT. COMPANY-TOKEN ONLY: user OAuth tokens are rejected. Works on any report regardless of submission state.

delete_report

Permanently delete an expense report. Cannot be undone. Use get_report first to confirm the right ID.

list_reports

List the authenticated user’s expense reports. Supports cursor pagination via offset/limit and server-side filters (approval_status, payment_status, m…

list_reports_to_approve

List reports the authenticated user can approve as an approver or delegate. Concur v4 returns the full set (no pagination).

get_report_form_fields

Get policy-driven form-field metadata for a report (data type, required flag, access level).

list_report_exceptions

List policy exceptions on a report. Returns header-level (expense_id None) and per-expense items.

list_users

List Concur users in the company via Identity v4.1 (SCIM). Admin-only: caller must have the User/Company Administrator role; non-admin tokens get 401…

search_users

Search Concur users via Identity v4.1 SCIM (POST /Users/.search). Filter by userName, name, emails, active status, or raw SCIM expression.

submit_report

Submit an unsubmitted expense report for approval. The authenticated user must own the report (TRAVELER context).

approve_report

Approve a submitted expense report (MANAGER context). Pass user_id to approve as a delegate. Use list_reports_to_approve to find pending IDs.

sendback_report

Send a submitted report back to the submitter for changes (MANAGER context). Comment is required. Pass user_id to send back as a delegate.