/contact/checkUpdateVersion
  • 1 Minute to read
  • Dark
    Light

/contact/checkUpdateVersion

  • Dark
    Light

Article summary

Get
/contact/checkUpdateVersion

Checks if profile update with specified update version (timestamp) has been saved in Data Store.

Query parameters
contactIdentifier
stringRequired

The contact identifier. The same that is used in the "Update" method. It is described here ContactIdentifier.

updateVersion
integer (int64) Required

The timestamp to be checked.

Responses
200

Boolean value

boolean
400

{
"errorActor": "CLIENT",
"errorCode": "INVALID_REQUEST",
"message": "Bad Request"
}


Was this article helpful?