Guides
Docs
Examples
Support
Open Source
menu
close
Guides
Docs
Examples
Support
Open Source
Introduction
User authentication
API Reference
Prerequisites
Sandbox mode
Offers
Customers
Authentication
Webhooks
Prerequisites
Subscribe
Connect
#
Connect
Those webhooks allow us to communicate when an action is performed on a user account.
#
connect.account.signin
This webhook is used to verify the existence of a user account on your side. We will send it automatically when we connect a user.
For more informations please read
our authentication flow
Request:
Expected response:
Authenticated
Not authenticated
#
connect.account.signup
This webhook is used to create a user account when a user signs up from Subscribe.
Request:
Expected response:
Success (200 OK)
Already exists (400 Bad Request)
#
connect.account.updated
Triggered when a user account is updated
#
connect.account.deleted
Triggered when a user account is deleted
#
connect.account.sync
This is used to synchronize user accounts between your users database and subscribe.
For more informations please read
our authentication flow
#
connect.emails.registration
This is used to send a confirm email when a user signs up.
If you do not use this webhook, we will send a mail ourselves.
#
connect.emails.lostPassword
This is used to provide to your user the url to reset his password.
arrow_back
Previous
Prerequisites
arrow_forward
Next
Subscribe
connect.account.signin
connect.account.signup
connect.account.updated
connect.account.deleted
connect.account.sync
connect.emails.registration
connect.emails.lostPassword