Skip to main content
WEBHOOK
USER_APPLICATION_STATUS_UPDATED
{
  "id": "<string>",
  "type": "USER_APPLICATION_STATUS_UPDATED",
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "email": "jsmith@example.com",
    "phoneNumber": "<string>",
    "firstName": "<string>",
    "lastName": "<string>",
    "country": "US",
    "dateOfBirth": "1990-05-15",
    "companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "application": {
      "status": "NOT_STARTED",
      "rejectionReason": "<string>"
    },
    "createdAt": "<string>",
    "updatedAt": "<string>"
  }
}

Body

application/json
id
string
required

Unique event identifier for idempotency

type
enum<string>
required

Webhook event type

Available options:
USER_APPLICATION_STATUS_UPDATED
data
object
required

Response

200

Webhook received successfully. Return any 2xx status to acknowledge.