Maxentro SaaS API

Base URL: https://maxentro.cloud. Use X-Maxentro-License and X-Maxentro-Api-Key for connector calls.
MethodEndpointBusiness function
POST/api/v1/auth/registerCreate account, trial and license
POST/api/v1/auth/loginCreate session token
POST/api/v1/license/statusCheck license and quota
POST/api/v1/api-keysCreate API key
POST/api/v1/leadsCreate lead
POST/api/v1/import/bulkBulk import leads
POST/api/v1/queue/ai-generateGenerate AI draft
POST/api/v1/queue/runRun sending queue
POST/api/v1/suppressionAdd suppressed recipient
POST/api/v1/inbound-emailInbound reply webhook

Create lead example

curl -X POST https://maxentro.cloud/api/v1/leads -H 'content-type: application/json' -H 'X-Maxentro-License: YOUR_LICENSE' -H 'X-Maxentro-Api-Key: YOUR_API_KEY' -d '{"email":"buyer@customer-domain.com","company":"Buyer Co"}'