Appearance
user.created
Fires when a seller signs up to Authentified — useful for welcoming them or syncing new sellers into your CRM.
Payload
The payload contains the seller's details at the moment they signed up.
json
{
"user": {
"id": "1042",
"type": "personal",
"email": "person@domain.com",
"firstName": "Alex",
"phoneNumber": "+61400000000",
"createdAt": "2026-03-02T21:14:08.115Z",
"updatedAt": "2026-03-02T21:14:08.115Z"
}
}1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
See Events and Payloads for the full catalogue.