Malomo API Reference
  • Introduction
  • Authentication
  • Versioning
  • Errors
  • Webhooks
  • Supported Carriers
  • Resources
    • Order
    • Customer
    • Webhook
  • Malomo.js
    • Integrate with Malomo.js
    • Add a tracking block to your website using Malomo.js
    • Malomo.js Reference
Powered by GitBook
On this page

Was this helpful?

Versioning

API versioning allows Malomo to continuously evolve the platform while offering third-party developers a predictable path for feature upgrades and deprecations.

Version Header

You can specify a version using the Accept header on each request. The current API version is application/vnd.malomo+json; version=2.

Example

curl https://api.gomalomo.com/orders/1323fa24-f252-4f97-9960-a36fee7c3a6a \
  -H "Authorization: Bearer sk_452e3bab2f8c1f7cf03de018855fdf7e"
  -H "Accept: application/vnd.malomo+json; version=2"

PreviousAuthenticationNextErrors

Last updated 1 year ago

Was this helpful?