Skip to contentSkip to navigationSkip to topbar
Page toolsOn this pageProducts used
Looking for more inspiration?Visit the
Error

54003: Invalid If-Match header

Twilio Sync DocumentationSync

Description

description page anchor

The specified If-Match header cannot be used for concurrency control.

Possible causes

possible-causes page anchor
  • The value specified in the If-Match header is not a valid Sync object revision.

The value you provide should be a revision assigned by the Sync service when interacting with an object.

  • In SDKs, this is the revision field, part of the object descriptor.
  • When using REST (e.g. via the Twilio Helper libraries) this is the ETag header provided in responses.