Skip to main content
Documentation

Build with Joryio.

Guides, API reference and SDKs — everything you need to send your first event and ship your first journey.

01Create an API key
02One POST to /users — profile and first event together
03Watch it land on a live profile and trigger a journey.
POST https://api-eu1.joryio.com/users

{
  "userId": "sarah_01",
  "email": "sarah@example.com",
  "events": [{ "name": "Order Completed",
    "properties": { "total": 42.90 } }]
}
Stuck? Write to support@joryio.com — a human answers.Status page →