Skip to main content
The Xquik REST API is v1, and v1 stays compatible. Fields, parameters & endpoints can be added at any time. Your client should ignore fields it does not know.

Notice for breaking removals

  • We announce a breaking removal at least 90 days in advance.
  • The changelog lists every deprecation & removal.
  • OpenAPI marks a deprecated operation, field or parameter as deprecated until it is removed.
  • A security or legal emergency may shorten the notice. We explain every exception.

Headers on deprecated requests

A response that touches a deprecated part of v1 carries these headers: Log these headers in your client. A Deprecation header means a change is due; a Sunset header gives the date.

Deprecated today

No removal is scheduled for these items, so their responses carry no Sunset header yet.

Check your integration

  1. Search your code for the items in the table above.
  2. Watch for Deprecation & Sunset headers in responses.
  3. Read the changelog before each upgrade.
The same policy is published as Markdown at xquik.com/deprecation-policy.md.