Register account completedWebhook

Request
Security:
Request Body schema: application/json
account_id
string (schemas) <= 36 characters

Tilia account ID

username
string

The username for the account.

object (ExternalPlatforms)

The user's external platforms.

object (Email)

The user's email information.

Responses
2XX

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

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