Webhook event notification request.
event_name
value: register-account-completed
This request is sent to registered webhook event handlers after |
---|
Register account completes successfully |
The Request body described below is the message
property in the event notification request data. For more information about event notification requests, visit Webhooks.
Return a 2XX status to indicate that the data was received successfully
{- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "email": {
- "address": "user@example.com",
- "email_id": "string",
- "email_types": [
- "string"
], - "is_verified": true
}, - "external_platforms": {
- "apple": {
- "user_id": "<apple_id>"
}, - "google": {
- "user_id": "<google_id>"
}, - "microsoft": {
- "user_id": "<microsoft_id>"
}, - "nintendo": {
- "user_id": "<nintendo_id>"
}, - "oculus": {
- "user_id": "<oculus_id>"
}, - "sony": {
- "user_id": "<sony_id>"
}, - "steam": {
- "user_id": "<steam_id>"
}
}, - "username": "string"
}