Webhooks
Webhooks
Event-driven notifications from Easy2257 to your platform.
Easy2257 sends webhook events when significant state changes occur on accounts or content you manage. Subscribe by registering an endpoint URL when calling POST /v1/solo-accounts via the callbackUrl field.
Available events
| Event | Fires when |
|---|---|
solo_account.created | A solo account is provisioned |
solo_account.verified | ID verification and subscription complete |
solo_account.suspended | Account suspended for non-payment or policy |
verification.cancelled | User abandoned onboarding without completing |
content_log.created | Content logged via POST .../content |
content_log.updated | Content record updated |
content_log.deleted | Content removed |
Next steps
- Verify signatures — required before processing any event
- Event reference — full payload shapes
- Retry schedule — delivery guarantees