REST API + webhooks for integrating MindHub into your marketing stack. Enterprise customers get full read/write access with 10× rate limits.
Available on Pro Agency + Enterprise plans
Create briefs, review proposals, accept/reject, manage projects — everything your team does in the UI.
11 event types delivered over HTTPS with signed payloads. Retry with exponential backoff on failure.
Read-only, write, or admin tokens. Rotate anytime. Audit log of every API call.
Pro Agency: 100 req/min. Enterprise: 1,000 req/min. Burst allowances available.
Official SDKs for Node/TypeScript, Python, Go. Community SDKs for Ruby, PHP.
HMAC signatures, IP allowlisting, mTLS. SOC 2 in progress.
curl -X GET 'https://markethub-seven.vercel.app/api/v1/briefs' \ -H 'Authorization: Bearer mhsk_live_abc123...' \ -H 'Content-Type: application/json'
Get your API key from Dashboard → Settings → API Keys (Pro Agency + Enterprise only).
/api/v1/briefsList all your briefs with filters/api/v1/briefsCreate a new brief programmatically/api/v1/proposalsList proposals received/api/v1/proposals/:id/hireHire a provider + fund escrow/api/v1/projectsProject list + status/api/v1/walletWallet balance + transactions/api/v1/wallet/withdrawRequest a withdrawalFull API reference at docs.markethub.eg/api
brief.createdA new brief was posted by your team.proposal.receivedA provider submitted a proposal on your brief.proposal.acceptedYour team accepted a proposal.project.deliveredProvider marked the project as delivered.payment.completedEscrow funds released to provider.dispute.openedA dispute was opened on an active project.kyc.approvedA user in your org passed KYC verification.Get your API key + sandbox credentials in a sales call.