Skip to main content

Confirmed public endpoint

MethodPathPurpose
POSThttps://www.replied.dk/api/v1/submit/{api_key}Submit a website message.

Add an API route

  1. Read docs/codebase-map.json.
  2. Search for existing API route handlers.
  3. Reuse validation, auth, rate limit, and response helpers.
  4. Preserve org_id scoping.
  5. Return stable JSON shapes.
  6. Update API docs and examples.

Contract rules

  • Do not remove existing fields from responses.
  • Do not rename accepted request fields without a migration path.
  • Keep error status codes stable.
  • Document new errors.