Event slug ignored on create | Event id is derived from name, not your supplied slug | Use the id in the create response; set slug via PATCH if needed |
No public_url in resources | Must string-build ticket/event URLs | See Conventions — Public URLs |
OrderResource omits payment URL | Paid order checkout link not in JSON | Build checkout URL from order id — see Orders |
orders/create form payload | Form answers not yet processed server-side | Only send order-level fields for now |
| No submission/lead ingest endpoint | Custom-built forms cannot POST into Animo; activations are read-only | Embed/link the Animo-hosted activation form; receive data via webhooks |
ActivationResource omits linked event slug | Can’t build the event-scoped activation URL from GET /activations alone | Use the company-scoped URL (always works), or fetch the event slug from GET /events — see Conventions |