API reference overview
The 2mee public API lets your systems send events into 2mee and manage integration. This section is the developer reference; the Integrations guides show the same things from a setup-first angle.
Base URLs
Section titled “Base URLs”| Purpose | Base URL |
|---|---|
| REST API | https://api.2mee.com |
| Inbound ingest (webhooks) | https://hooks.2mee.com |
Non-production stages are prefixed (e.g. https://development.api.2mee.com). Your 2mee
contact will tell you which stage to use while integrating.
What’s here
Section titled “What’s here”- Authentication — how requests are authorised.
- The ingest API — the versioned
/v1/inpayload that starts or advances flows. - Errors — the error model and what each status means.
- Rate limits — limits, quotas and
429handling. - REST endpoints — the generated reference, rendered from the OpenAPI spec.
Conventions
Section titled “Conventions”- All requests and responses are JSON (
Content-Type: application/json) unless stated. - Timestamps are ISO-8601 UTC (e.g.
2026-06-18T10:00:00Z). - IDs are opaque strings — don’t parse them.
Was this page helpful? Tell us / report an issue ↗