Register account completedWebhook

Request
Security:
Request Body schema: application/json
account_id
string <UUID4> (AccountId)

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": "38c11a58-18fd-47bb-bcbe-67278cf5c5a9",
  • "username": "string",
  • "external_platforms": {
    },
  • "email": {
    }
}