Skip to main content
POST
/
capabilities
/
integrations.send
integrations.send
curl --request POST \
  --url https://developer.api.receiptor.ai/v1/capabilities/integrations.send \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "documentId": "<string>",
  "integrationId": "<string>",
  "tenantId": "<string>",
  "dryRun": true
}
'
{
  "success": true,
  "code": 200,
  "data": {
    "result": {}
  }
}

Authorizations

x-api-key
string
header
required

API key prefixed with sk_. Obtain from the Receiptor AI dashboard.

Body

application/json
documentId
string
required

The receipt/invoice document ID to send

integrationId
string
required

The integration ID to send to (use listIntegrations to find)

tenantId
string
required

The tenant/company ID (required for both Xero and QuickBooks)

dryRun
boolean
default:true

If true, shows preview without sending. If false, queues the document for sending.

Response

Successful response

success
boolean
Example:

true

code
integer
Example:

200

data
object