Skip to content

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.

PurposeBase URL
REST APIhttps://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.

  • Authentication — how requests are authorised.
  • The ingest API — the versioned /v1/in payload that starts or advances flows.
  • Errors — the error model and what each status means.
  • Rate limits — limits, quotas and 429 handling.
  • REST endpoints — the generated reference, rendered from the OpenAPI spec.
  • 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 ↗