Every gateway endpoint, grouped by capability. For the full machine-readable spec, see openapi-spec.json.
The complete machine-readable spec lives at:
https://api.synchronity.app/openapi-spec.json
Import that into Postman, Insomnia, or any OpenAPI client. Or fire live requests directly from your browser in the interactive API Explorer. The list below is the cliff-notes version — most endpoints below have a Run button to try them inline.
Inline (in-chat) payments against an existing order. The gateway proxies these to the connector, which derives the amount/currency from the order — no amount field is ever accepted. initiate and submit-otpalways require delegation (spending money needs human approval); methods and status are read-only.
Public, no-auth endpoints behind the landing page's shoutout wall. Submissions are auto-published; handles and bodies are validated and screened, and avatars are generated deterministically from the handle.
Method
Path
What
GET
/v1/shoutouts
Latest visible shoutouts (most recent first)
POST
/v1/shoutouts
Submit a shoutout (handle 1–32 chars, body 8–280 chars)