An API and webhooks for your own system
Build integrations with NavyFlame through a public REST API and receive signed webhooks about events. Orders, warehouse, invoices and parcels, under the control of your code.
- REST API
- HMAC webhooks
- Zapier and Make
- Keys with scopes
A REST API for your data
Read and write orders, warehouse products, invoices and parcels. Change statuses, correct stock and create orders from your own system.
Signed webhooks
Receive notifications about events (order, invoice, parcel, catalog) close to real time. Every delivery is signed with HMAC-SHA256.
Keys with scopes
Create, rotate and revoke API keys in the panel. Give them precise scopes (read or write per area). We store keys only as a hash.
Safe retries
The Idempotency-Key header guarantees that repeating a request does not create a duplicate. That matters on a flaky connection and in automations.
Zapier and Make
Connect webhooks to Zapier or Make in minutes; the documentation has a ready recipe, with signature verification step by step.
Limits and control
Limits per plan (keys, requests per minute, number of webhooks), X-RateLimit headers, a delivery history and manual retries in the panel.
How does it work?
Create an API key
In the panel, under Account, you create a key with precise scopes: read or write per area. The key is shown once, when it is created.
Call the REST API
Start with GET /me, then orders, warehouse, invoices and parcels. Cursor pagination, filters and a readable error format.
Add webhooks
You give an HTTPS address and pick the events. Every delivery is signed with HMAC-SHA256 and retried if your endpoint fails.
Automate
Connect Zapier, Make, an ERP or your own system. The delivery history and manual retries are always at hand in the panel.
Full technical documentation
Authentication, scopes, limits, pagination, idempotency, the error format, webhook payloads and signature verification, all with ready curl examples.
Go to the API documentationAPI and webhooks
One API for orders, warehouse, invoices and parcels
API key into your requests
You create a key with precise scopes and call the REST API: reading and writing sales data straight from your code.
Events into your system
An order, an invoice, a parcel or a catalog change: we send a signed webhook to your address, with retries and a delivery history.
Your application
- Your system or ERP
- Zapier and Make
- Your own scripts
- Tools and backend
- API keys and scopes
- Request limits per plan
- Webhooks signed with HMAC
- Retries and a failure queue
Results
- ERP integrationSales data inside your system
- Your own automationsYou react to events in code
- Zapier and MakeAutomations without code
- Full controlHMAC signatures and key rotation
Frequently asked questions
For integrating NavyFlame with your own software or with external tools: reading data (orders, warehouse, invoices, parcels) and performing operations (changing a status, correcting stock, creating orders).
A webhook is an outgoing notification: instead of polling us for changes, you give an address and we send a signed signal there as soon as the event happens. Ideal for automations in Zapier, Make or your own system.
The complete technical documentation (authentication, scopes, limits, pagination, idempotency, the error format, webhooks and signature verification) is at /dokumentacja/api, together with the OpenAPI specification to download.
All of them; they differ in limits. Basic gives 5 keys, 1000 requests per minute and 15 webhooks; Professional gives 30, 3000 and 50; Enterprise is unlimited.
Build your own integration
Create an account, generate an API key in the panel and start with GET /me.
- 28 days free
- Cancel whenever you want