Register account completedWebhook

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.

Securitytilia_auth
Request
Request Body schema: application/json
account_id
string (AccountIdCommon) <= 36 characters

Tilia account ID

object (Email)

The user's email information.

object (ExternalPlatforms)

The user's external platforms.

username
string

The username for the account.

Responses
2XX

Return a 2XX status to indicate that the data was received successfully

Request samples
application/json
{
  • "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
  • "email": {
    },
  • "external_platforms": {
    },
  • "username": "string"
}