Signed requests
Every call carries an X-Partner-Key (pk_live_…) and an X-Partner-Signature HMAC — server-to-server only.
A signed, server-to-server API to provision and manage tenants, send on their behalf, and reconcile billing — with signed webhooks and a daily reconciliation ledger. Co-branded and “Powered by QuickGrow.” Onboarding is sales-gated.
curl https://server.quickgrow.ai/api/v1/partner/tenants \ -H "X-Partner-Key: pk_live_..." \ -H "X-Partner-Signature: t=1755912000,v1=..." \ -H "Idempotency-Key: prov_71a" \ -H "Content-Type: application/json" \ -d '{ "externalId": "acme-retail-4821", "brandName": "Acme Retail", "ownerEmail": "[email protected]", "ownerFirstName": "Ayesha", "ownerLastName": "Rahman" }' # → 201 { "tenantId": "tnt_9fA2", "apiKey": "sk_live_…", "created": true }
Create, update, suspend and resume tenants for your own customers, schedule GDPR erasure, and rotate keys — all over a signed server-to-server API built to be called safely from your backend.
Every call carries an X-Partner-Key (pk_live_…) and an X-Partner-Signature HMAC — server-to-server only.
Send an Idempotency-Key and a retried provisioning call returns the original result instead of double-creating.
Keys carry least-privilege scopes, so a partner key can only do what you granted it.
Lock a key to the source addresses you control, so a leaked key still cannot be used elsewhere.
Send on a tenant’s behalf — bulk or by segment — with a pre-send quote so there are no surprises, then close the loop with delivery reports and a reconciliation ledger.
Keep tenants in sync across their whole lifecycle, and get told when things change — over reliable, signed outbound webhooks with dead-letter replay.
Push tenant updates and keep partner-side records in step with the platform.
Pause a tenant and bring it back later without losing its state.
Schedule GDPR erasure for a tenant on your customers’ behalf.
Roll partner keys on your own schedule, without downtime.
Receive HMAC-signed outbound webhooks you can verify on arrival.
Failed deliveries land in a dead-letter queue you can replay when ready.
The Partner API is co-branding — you embed QuickGrow as your engine and ship under a “Powered by QuickGrow” mark. It is not a brand-removable white-label or a self-serve reseller program.
Run every channel from one platform. Bring your own SMTP, SMS gateway, and WhatsApp number — or use ours.
See pricing →Product screens shown across this site are captured from the live application using a demo workspace. All names, contacts and figures in them are synthetic.