Skip to main content

Update Integration Instance

PATCH 

/api/xero/integrations/:id

Update Xero integration settings. All fields are optional.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Authentication: Requires Bearer token.

Fields:

  • is_automatic_sync_enabled (optional, boolean): Enable/disable automatic sync
  • name (optional, string, max 255): Display name
  • sync_start_date (optional, date Y-m-d | null): Only sync transactions on or after this date

Request

Responses

OK

Response Headers
    Content-Type