Developers
Build on MESATAB
A REST API for your catalog and orders, scoped API keys, and a plugin SDK that composes the core platform. Everything a tenant runs is reachable programmatically.
REST API
Read your organization, catalog, and orders over HTTPS with a Bearer key. Versioned at /api/v1.
API keys
Issue scoped keys per organization. Keys are shown once and stored only as a hash. Revoke any time.
Plugin SDK
Ship payment, SMS, or social-login plugins against stable provider contracts. Plugins compose core, never fork it.
Quick start
Create a key in your workspace under Integrations, then call the API:
curl https://YOUR-ORG.mesatab.app/api/v1/me \
-H "Authorization: Bearer mtab_live_..."
Full endpoint reference is in the API documentation.