Changelog

Changelog

API changes worth knowing about. Newest first.

We follow semver at the API level. Breaking changes only ship behind a new major version (/v2), never on the current one.


Unreleased

  • Initial public docs site (this site)
  • Full OpenAPI 3.1 spec at https://api.soxara.com/openapi.yaml — coming next

v1 (current)

  • sxm_live_* / sxm_test_* API key prefix system. One base URL, key tells us which environment.
  • X-Idempotency-Key required on all mutation endpoints.
  • Standard { success, data } / { success: false, error } envelope on every response.
  • Webhook signature scheme: Soxara-Signature: t=<unix>,v1=<hmac-sha256> — same wire format as Stripe.

Have you noticed a behavior change in the API that isn’t documented here? Tell us — we’d rather hear from you than have you debug it.