Skip to main content
Crossmint Auth is designed for staging and moving fast. For production applications, Crossmint strongly recommends connecting your own authentication provider for full control over user management. See the Bring Your Own Auth guide.

Webhook Events

users.created

This webhook is triggered when a new user is created.
Payload

users.updated

This webhook is triggered when a user’s email or phone number is successfully updated.
Payload

Handling Webhooks

To handle webhooks, you need to set up an endpoint in your application that can receive HTTP POST requests from Crossmint. Here is an example of how you might handle a webhook in a Node.js application: