Skip to content
Fresh 2026

Troubleshooting

Common Merge integration issues and how to resolve them.

Authentication

SymptomLikely causeFix
401 UnauthorizedMissing or wrong API keySend Authorization: Bearer <API_KEY> from your backend
400 referencing account tokenMissing account tokenSend X-Account-Token for the target Linked Account
Works in test, fails in prodUsing a test account token in productionUse the production Linked Account's token

Data freshness

SymptomLikely causeFix
Data looks staleWaiting on the next scheduled syncCheck Sync Frequency; force a resync if needed
Re-fetching everythingNot using incremental syncAdd modified_after per Syncing Best Practices
Missing fieldsField not in the Common ModelUse Field Mapping or Remote Data

Writes

SymptomLikely causeFix
Write rejectedRequired field missing for that integrationCall /meta first; required fields vary by platform
Relation not createdRelated record sent separatelyUse Related and Nested Writes

Linked Accounts

SymptomLikely causeFix
Account shows an issueCredential or permission problem at the sourceCheck the Linked Account issues in the dashboard and prompt the user to re-auth
Endpoint returns emptyScope not enabledReview Scopes

Rate limits

Hitting limits returns 429. Back off and retry. See Rate Limits for limits by plan tier.

Unofficial documentation reference. Built for internal use.