FAQ
Does Iron Messages guarantee exactly-once delivery?
No. Delivery is at-least-once; duplicates are possible. See Concepts and Error Handling & Troubleshooting.
What should I use as an idempotency key?
Use a stable key derived from the business operation (e.g. order ID + operation name). See Idempotent publishing.
How do I switch between sandbox and production?
Change both the base URL and API key. See Authentication & Authorization.
Where is the complete API reference?
See API / SDK Reference.
Next: Getting Started · Reference · Changelog · Support